#D6DB68

Color #D6DB68 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #D6DB68

Tints of Goldenrod #D6DB68

Color information

#D6DB68 (or 0xD6DB68) is unknown color: approx Goldenrod. HEX triplet: D6, DB and 68. RGB value is (214,219,104). Sum of RGB (Red+Green+Blue) = 214+219+104=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DB68 is #292497. Grayscale: #CCCCCC. Windows color (decimal): -2696344 or 6872022. OLE color: 6872022.

HSL color Cylindrical-coordinate representation of color #D6DB68: hue angle of 62.61º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6DB68 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB214219104-
CMYK0.0200.530.14
HSL62.61º61.5%63.33%-
HSV(B)62.61º52.51%85.88%-
XYZ55.5665.9622.9-
YUV204.471.34134.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 39.85%
GREEN value IS 219 (85.94% from 255) = 40.78%
BLUE value IS 104 (41.02% from 255) = 19.37%
R=39.85%
G=40.78%
B=19.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142191040.0200.530.1462.6161.563.33
HexD6DB682035E3f3d3f
Octal326333150206516777577
Binary110101101101101111010001001101011110111111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DB68; }

 p { color: rgb(214,219,104); }

 H1.HeaderClassName
 {
   color: #D6DB68;
 }
 .AnyTagClassName
 {
   color: #D6DB68;
 }
</style>
background-color css

<style>
 a { background-color: #D6DB68; }

 a { background-color: rgb(214,219,104); }

 div.DivClassName
 {
   background-color: #D6DB68;
 }
 .BgClassName
 {
   background-color: #D6DB68;
 }
</style>
border-color css

<style>
 span { border-color: #D6DB68; }

 span { border-color: rgb(214,219,104); }

 td.TdClassName
 {
   border-color: #D6DB68;
 }
 .TagClassName
 {
   border-color: #D6DB68;
 }
</style>