Html Css Color HEX #D2D66A Goldenrod

📋 copy color: '#D2D66A'

red 210 ◦ green 214 ◦ blue 106

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

Shades of Goldenrod #D2D66A

Tints of Goldenrod #D2D66A

RGB

 RED value IS 210 (82.42% from 255) = 39.62%

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

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

R = 39.62%
G = 40.38%
B = 20%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D2D66A (or 0xD2D66A) is known color: Goldenrod. HEX triplet: D2, D6 and 6A. RGB value is (210,214,106). Sum of RGB (Red+Green+Blue) = 210+214+106=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D66A is #2D2995. Grayscale: #C8C8C8. Windows color (decimal): -2959766 or 7001810. OLE color: 7001810.

HSL color Cylindrical-coordinate representation of color #D2D66A: hue angle of 62.22º 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 #D2D66A is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 214 106 -
CMYK 0.02 0 0.50 0.16
HSL 62.22º 0.57% 0.63% -
HSV(B) 62.22º 0.5% 0.84% -
XYZ 53.23 62.84 22.96 -
YUV 200.49 74.67 134.78 -
System Red Green Blue C M Y K H S L
Decimal 210 214 106 0.02 0 0.50 0.16 62.22 0.57 0.63
Hex D2 D6 6A 2 0 32 10 3E 39 3F
Octal 322 326 152 2 0 62 20 76 71 77
Binary 11010010 11010110 1101010 10 0 110010 10000 111110 111001 111111

Color Harmonies of #D2D66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D66A

Black with #D2D66A

Text Example


Text Example

White with #D2D66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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