Html Css Color HEX #D6D66E Goldenrod

📋 copy color: '#D6D66E'

red 214 ◦ green 214 ◦ blue 110

#D6D66E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #D6D66E

Tints of Goldenrod #D6D66E

RGB

 RED value IS 214 (83.98% from 255) = 39.78%

 GREEN value IS 214 (83.98% from 255) = 39.78%

 BLUE value IS 110 (43.36% from 255) = 20.45%

R = 39.78%
G = 39.78%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6D66E (or 0xD6D66E) is known color: Goldenrod. HEX triplet: D6, D6 and 6E. RGB value is (214,214,110). Sum of RGB (Red+Green+Blue) = 214+214+110=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D66E is #292991. Grayscale: #CACACA. Windows color (decimal): -2697618 or 7263958. OLE color: 7263958.

HSL color Cylindrical-coordinate representation of color #D6D66E: hue angle of 60º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6D66E is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 214 110 -
CMYK 0 0 0.49 0.16
HSL 60º 0.56% 0.64% -
HSV(B) 60º 0.49% 0.84% -
XYZ 54.59 63.52 24.13 -
YUV 202.14 76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 214 214 110 0 0 0.49 0.16 60 0.56 0.64
Hex D6 D6 6E 0 0 31 10 3C 38 40
Octal 326 326 156 0 0 61 20 74 70 100
Binary 11010110 11010110 1101110 0 0 110001 10000 111100 111000 1000000

Color Harmonies of #D6D66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D66E

Black with #D6D66E

Text Example


Text Example

White with #D6D66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D66E; }

 p { color: rgb(214,214,110); }

 H1.HeaderClassName
 {
   color: #D6D66E;
 }
 .AnyTagClassName
 {
   color: #D6D66E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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