Html Css Color HEX #D0D66A Goldenrod

📋 copy color: '#D0D66A'

red 208 ◦ green 214 ◦ blue 106

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

Shades of Goldenrod #D0D66A

Tints of Goldenrod #D0D66A

RGB

 RED value IS 208 (81.64% from 255) = 39.39%

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

 BLUE value IS 106 (41.8% from 255) = 20.08%

R = 39.39%
G = 40.53%
B = 20.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D0D66A (or 0xD0D66A) is known color: Goldenrod. HEX triplet: D0, D6 and 6A. RGB value is (208,214,106). Sum of RGB (Red+Green+Blue) = 208+214+106=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D66A is #2F2995. Grayscale: #C8C8C8. Windows color (decimal): -3090838 or 7001808. OLE color: 7001808.

HSL color Cylindrical-coordinate representation of color #D0D66A: hue angle of 63.33º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0D66A is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 214 106 -
CMYK 0.03 0 0.50 0.16
HSL 63.33º 0.57% 0.63% -
HSV(B) 63.33º 0.5% 0.84% -
XYZ 52.66 62.54 22.93 -
YUV 199.89 75.01 133.78 -
System Red Green Blue C M Y K H S L
Decimal 208 214 106 0.03 0 0.50 0.16 63.33 0.57 0.63
Hex D0 D6 6A 3 0 32 10 3F 39 3F
Octal 320 326 152 3 0 62 20 77 71 77
Binary 11010000 11010110 1101010 11 0 110010 10000 111111 111001 111111

Color Harmonies of #D0D66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D66A

Black with #D0D66A

Text Example


Text Example

White with #D0D66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D66A; }

 p { color: rgb(208,214,106); }

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

background-color css

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

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

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

border-color css

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

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

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