Html Css Color HEX #DCE070 Goldenrod

📋 copy color: '#DCE070'

red 220 ◦ green 224 ◦ blue 112

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

Shades of Goldenrod #DCE070

Tints of Goldenrod #DCE070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.14%

R = 39.57%
G = 40.29%
B = 20.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#DCE070 (or 0xDCE070) is known color: Goldenrod. HEX triplet: DC, E0 and 70. RGB value is (220,224,112). Sum of RGB (Red+Green+Blue) = 220+224+112=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE070 is #231F8F. Grayscale: #D2D2D2. Windows color (decimal): -2301840 or 7397596. OLE color: 7397596.

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

Color convert

RGB 220 224 112 -
CMYK 0.02 0 0.50 0.12
HSL 62.14º 0.64% 0.66% -
HSV(B) 62.14º 0.5% 0.88% -
XYZ 59.1 69.7 25.67 -
YUV 210.04 72.67 135.11 -
System Red Green Blue C M Y K H S L
Decimal 220 224 112 0.02 0 0.50 0.12 62.14 0.64 0.66
Hex DC E0 70 2 0 32 C 3E 40 42
Octal 334 340 160 2 0 62 14 76 100 102
Binary 11011100 11100000 1110000 10 0 110010 1100 111110 1000000 1000010

Color Harmonies of #DCE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE070

Black with #DCE070

Text Example


Text Example

White with #DCE070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE070; }

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

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

background-color css

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

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

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

border-color css

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

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

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