Html Css Color HEX #D5DC72 Goldenrod

📋 copy color: '#D5DC72'

red 213 ◦ green 220 ◦ blue 114

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

Shades of Goldenrod #D5DC72

Tints of Goldenrod #D5DC72

RGB

 RED value IS 213 (83.59% from 255) = 38.94%

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

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

R = 38.94%
G = 40.22%
B = 20.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#D5DC72 (or 0xD5DC72) is known color: Goldenrod. HEX triplet: D5, DC and 72. RGB value is (213,220,114). Sum of RGB (Red+Green+Blue) = 213+220+114=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DC72 is #2A238D. Grayscale: #CECECE. Windows color (decimal): -2761614 or 7527637. OLE color: 7527637.

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

Color convert

RGB 213 220 114 -
CMYK 0.03 0 0.48 0.14
HSL 63.96º 0.6% 0.65% -
HSV(B) 63.96º 0.48% 0.86% -
XYZ 56.07 66.55 25.81 -
YUV 205.82 76.18 133.12 -
System Red Green Blue C M Y K H S L
Decimal 213 220 114 0.03 0 0.48 0.14 63.96 0.6 0.65
Hex D5 DC 72 3 0 30 E 40 3C 41
Octal 325 334 162 3 0 60 16 100 74 101
Binary 11010101 11011100 1110010 11 0 110000 1110 1000000 111100 1000001

Color Harmonies of #D5DC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DC72

Black with #D5DC72

Text Example


Text Example

White with #D5DC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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