Html Css Color HEX #DCE076 Goldenrod

📋 copy color: '#DCE076'

red 220 ◦ green 224 ◦ blue 118

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

Shades of Goldenrod #DCE076

Tints of Goldenrod #DCE076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21%

R = 39.15%
G = 39.86%
B = 21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#DCE076 (or 0xDCE076) is known color: Goldenrod. HEX triplet: DC, E0 and 76. RGB value is (220,224,118). Sum of RGB (Red+Green+Blue) = 220+224+118=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE076 is #231F89. Grayscale: #D3D3D3. Windows color (decimal): -2301834 or 7790812. OLE color: 7790812.

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

Color convert

RGB 220 224 118 -
CMYK 0.02 0 0.47 0.12
HSL 62.26º 0.63% 0.67% -
HSV(B) 62.26º 0.47% 0.88% -
XYZ 59.44 69.83 27.49 -
YUV 210.72 75.67 134.62 -
System Red Green Blue C M Y K H S L
Decimal 220 224 118 0.02 0 0.47 0.12 62.26 0.63 0.67
Hex DC E0 76 2 0 2F C 3E 3F 43
Octal 334 340 166 2 0 57 14 76 77 103
Binary 11011100 11100000 1110110 10 0 101111 1100 111110 111111 1000011

Color Harmonies of #DCE076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE076

Black with #DCE076

Text Example


Text Example

White with #DCE076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE076; }

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

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

background-color css

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

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

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

border-color css

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

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

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