Html Css Color HEX #D2DB72 Goldenrod

📋 copy color: '#D2DB72'

red 210 ◦ green 219 ◦ blue 114

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

Shades of Goldenrod #D2DB72

Tints of Goldenrod #D2DB72

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.33%

 BLUE value IS 114 (44.92% from 255) = 20.99%

R = 38.67%
G = 40.33%
B = 20.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#D2DB72 (or 0xD2DB72) is known color: Goldenrod. HEX triplet: D2, DB and 72. RGB value is (210,219,114). Sum of RGB (Red+Green+Blue) = 210+219+114=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DB72 is #2D248D. Grayscale: #CCCCCC. Windows color (decimal): -2958478 or 7527378. OLE color: 7527378.

HSL color Cylindrical-coordinate representation of color #D2DB72: hue angle of 65.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2DB72 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 219 114 -
CMYK 0.04 0 0.48 0.14
HSL 65.14º 0.59% 0.65% -
HSV(B) 65.14º 0.48% 0.86% -
XYZ 54.95 65.58 25.68 -
YUV 204.34 77.02 132.04 -
System Red Green Blue C M Y K H S L
Decimal 210 219 114 0.04 0 0.48 0.14 65.14 0.59 0.65
Hex D2 DB 72 4 0 30 E 41 3B 41
Octal 322 333 162 4 0 60 16 101 73 101
Binary 11010010 11011011 1110010 100 0 110000 1110 1000001 111011 1000001

Color Harmonies of #D2DB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DB72

Black with #D2DB72

Text Example


Text Example

White with #D2DB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DB72; }

 p { color: rgb(210,219,114); }

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

background-color css

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

 a { background-color: rgb(210,219,114); }

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

border-color css

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

 span { border-color: rgb(210,219,114); }

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