Html Css Color HEX #D2D167 Goldenrod

📋 copy color: '#D2D167'

red 210 ◦ green 209 ◦ blue 103

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

Shades of Goldenrod #D2D167

Tints of Goldenrod #D2D167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.73%

R = 40.23%
G = 40.04%
B = 19.73%

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

#D2D167 (or 0xD2D167) is known color: Goldenrod. HEX triplet: D2, D1 and 67. RGB value is (210,209,103). Sum of RGB (Red+Green+Blue) = 210+209+103=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 103 (40.62% from 255 or 19.73% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D167 is #2D2E98. Grayscale: #C5C5C5. Windows color (decimal): -2961049 or 6803922. OLE color: 6803922.

HSL color Cylindrical-coordinate representation of color #D2D167: hue angle of 59.44º degrees, saturation: 0.54, 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 #D2D167 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 209 103 -
CMYK 0 0.00 0.51 0.18
HSL 59.44º 0.54% 0.61% -
HSV(B) 59.44º 0.51% 0.82% -
XYZ 51.83 60.28 21.74 -
YUV 197.22 74.83 137.12 -
System Red Green Blue C M Y K H S L
Decimal 210 209 103 0 0.00 0.51 0.18 59.44 0.54 0.61
Hex D2 D1 67 0 0 33 12 3B 36 3D
Octal 322 321 147 0 0 63 22 73 66 75
Binary 11010010 11010001 1100111 0 0 110011 10010 111011 110110 111101

Color Harmonies of #D2D167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D167

Black with #D2D167

Text Example


Text Example

White with #D2D167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D167; }

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

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

background-color css

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

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

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

border-color css

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

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

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