Html Css Color HEX #D2DC72 Goldenrod

📋 copy color: '#D2DC72'

red 210 ◦ green 220 ◦ blue 114

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

Shades of Goldenrod #D2DC72

Tints of Goldenrod #D2DC72

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.44%

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

R = 38.6%
G = 40.44%
B = 20.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#D2DC72 (or 0xD2DC72) is known color: Goldenrod. HEX triplet: D2, DC and 72. RGB value is (210,220,114). Sum of RGB (Red+Green+Blue) = 210+220+114=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DC72 is #2D238D. Grayscale: #CDCDCD. Windows color (decimal): -2958222 or 7527634. OLE color: 7527634.

HSL color Cylindrical-coordinate representation of color #D2DC72: hue angle of 65.66º degrees, saturation: 0.6, 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 #D2DC72 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 220 114 -
CMYK 0.05 0 0.48 0.14
HSL 65.66º 0.6% 0.65% -
HSV(B) 65.66º 0.48% 0.86% -
XYZ 55.21 66.1 25.77 -
YUV 204.93 76.69 131.62 -
System Red Green Blue C M Y K H S L
Decimal 210 220 114 0.05 0 0.48 0.14 65.66 0.6 0.65
Hex D2 DC 72 5 0 30 E 42 3C 41
Octal 322 334 162 5 0 60 16 102 74 101
Binary 11010010 11011100 1110010 101 0 110000 1110 1000010 111100 1000001

Color Harmonies of #D2DC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DC72

Black with #D2DC72

Text Example


Text Example

White with #D2DC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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