Html Css Color HEX #D2D166 Goldenrod

📋 copy color: '#D2D166'

red 210 ◦ green 209 ◦ blue 102

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

Shades of Goldenrod #D2D166

Tints of Goldenrod #D2D166

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.12%

 BLUE value IS 102 (40.23% from 255) = 19.58%

R = 40.31%
G = 40.12%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D2D166 (or 0xD2D166) is known color: Goldenrod. HEX triplet: D2, D1 and 66. RGB value is (210,209,102). Sum of RGB (Red+Green+Blue) = 210+209+102=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D166 is #2D2E99. Grayscale: #C5C5C5. Windows color (decimal): -2961050 or 6738386. OLE color: 6738386.

HSL color Cylindrical-coordinate representation of color #D2D166: hue angle of 59.44º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2D166 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 209 102 -
CMYK 0 0.00 0.51 0.18
HSL 59.44º 0.55% 0.61% -
HSV(B) 59.44º 0.51% 0.82% -
XYZ 51.78 60.26 21.47 -
YUV 197.1 74.33 137.2 -
System Red Green Blue C M Y K H S L
Decimal 210 209 102 0 0.00 0.51 0.18 59.44 0.55 0.61
Hex D2 D1 66 0 0 33 12 3B 37 3D
Octal 322 321 146 0 0 63 22 73 67 75
Binary 11010010 11010001 1100110 0 0 110011 10010 111011 110111 111101

Color Harmonies of #D2D166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D166

Black with #D2D166

Text Example


Text Example

White with #D2D166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D166; }

 p { color: rgb(210,209,102); }

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

background-color css

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

 a { background-color: rgb(210,209,102); }

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

border-color css

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

 span { border-color: rgb(210,209,102); }

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