Html Css Color HEX #D2D16D Goldenrod

📋 copy color: '#D2D16D'

red 210 ◦ green 209 ◦ blue 109

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

Shades of Goldenrod #D2D16D

Tints of Goldenrod #D2D16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.64%

R = 39.77%
G = 39.58%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2D16D (or 0xD2D16D) is known color: Goldenrod. HEX triplet: D2, D1 and 6D. RGB value is (210,209,109). Sum of RGB (Red+Green+Blue) = 210+209+109=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D16D is #2D2E92. Grayscale: #C6C6C6. Windows color (decimal): -2961043 or 7197138. OLE color: 7197138.

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

Color convert

RGB 210 209 109 -
CMYK 0 0.00 0.48 0.18
HSL 59.41º 0.53% 0.63% -
HSV(B) 59.41º 0.48% 0.82% -
XYZ 52.14 60.41 23.38 -
YUV 197.9 77.83 136.63 -
System Red Green Blue C M Y K H S L
Decimal 210 209 109 0 0.00 0.48 0.18 59.41 0.53 0.63
Hex D2 D1 6D 0 0 30 12 3B 35 3F
Octal 322 321 155 0 0 60 22 73 65 77
Binary 11010010 11010001 1101101 0 0 110000 10010 111011 110101 111111

Color Harmonies of #D2D16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D16D

Black with #D2D16D

Text Example


Text Example

White with #D2D16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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