Html Css Color HEX #DCE073 Goldenrod

📋 copy color: '#DCE073'

red 220 ◦ green 224 ◦ blue 115

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

Shades of Goldenrod #DCE073

Tints of Goldenrod #DCE073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.57%

R = 39.36%
G = 40.07%
B = 20.57%

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

#DCE073 (or 0xDCE073) is known color: Goldenrod. HEX triplet: DC, E0 and 73. RGB value is (220,224,115). Sum of RGB (Red+Green+Blue) = 220+224+115=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE073 is #231F8C. Grayscale: #D2D2D2. Windows color (decimal): -2301837 or 7594204. OLE color: 7594204.

HSL color Cylindrical-coordinate representation of color #DCE073: hue angle of 62.2º 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 #DCE073 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 224 115 -
CMYK 0.02 0 0.49 0.12
HSL 62.2º 0.64% 0.66% -
HSV(B) 62.2º 0.49% 0.88% -
XYZ 59.27 69.76 26.56 -
YUV 210.38 74.17 134.86 -
System Red Green Blue C M Y K H S L
Decimal 220 224 115 0.02 0 0.49 0.12 62.2 0.64 0.66
Hex DC E0 73 2 0 31 C 3E 40 42
Octal 334 340 163 2 0 61 14 76 100 102
Binary 11011100 11100000 1110011 10 0 110001 1100 111110 1000000 1000010

Color Harmonies of #DCE073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE073

Black with #DCE073

Text Example


Text Example

White with #DCE073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE073; }

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

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

background-color css

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

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

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

border-color css

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

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

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