Html Css Color HEX #DCE072 Goldenrod

📋 copy color: '#DCE072'

red 220 ◦ green 224 ◦ blue 114

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

Shades of Goldenrod #DCE072

Tints of Goldenrod #DCE072

RGB

 RED value IS 220 (86.33% from 255) = 39.43%

 GREEN value IS 224 (87.89% from 255) = 40.14%

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

R = 39.43%
G = 40.14%
B = 20.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#DCE072 (or 0xDCE072) is known color: Goldenrod. HEX triplet: DC, E0 and 72. RGB value is (220,224,114). Sum of RGB (Red+Green+Blue) = 220+224+114=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE072 is #231F8D. Grayscale: #D2D2D2. Windows color (decimal): -2301838 or 7528668. OLE color: 7528668.

HSL color Cylindrical-coordinate representation of color #DCE072: hue angle of 62.18º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCE072 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 224 114 -
CMYK 0.02 0 0.49 0.12
HSL 62.18º 0.64% 0.66% -
HSV(B) 62.18º 0.49% 0.88% -
XYZ 59.21 69.74 26.26 -
YUV 210.26 73.67 134.94 -
System Red Green Blue C M Y K H S L
Decimal 220 224 114 0.02 0 0.49 0.12 62.18 0.64 0.66
Hex DC E0 72 2 0 31 C 3E 40 42
Octal 334 340 162 2 0 61 14 76 100 102
Binary 11011100 11100000 1110010 10 0 110001 1100 111110 1000000 1000010

Color Harmonies of #DCE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE072

Black with #DCE072

Text Example


Text Example

White with #DCE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE072; }

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

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

background-color css

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

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

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

border-color css

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

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

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