Html Css Color HEX #DCE172 Goldenrod

📋 copy color: '#DCE172'

red 220 ◦ green 225 ◦ blue 114

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

Shades of Goldenrod #DCE172

Tints of Goldenrod #DCE172

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.25%

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

R = 39.36%
G = 40.25%
B = 20.39%

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

#DCE172 (or 0xDCE172) is known color: Goldenrod. HEX triplet: DC, E1 and 72. RGB value is (220,225,114). Sum of RGB (Red+Green+Blue) = 220+225+114=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE172 is #231E8D. Grayscale: #D3D3D3. Windows color (decimal): -2301582 or 7528924. OLE color: 7528924.

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

Color convert

RGB 220 225 114 -
CMYK 0.02 0 0.49 0.12
HSL 62.7º 0.65% 0.66% -
HSV(B) 62.7º 0.49% 0.88% -
XYZ 59.48 70.28 26.35 -
YUV 210.85 73.34 134.53 -
System Red Green Blue C M Y K H S L
Decimal 220 225 114 0.02 0 0.49 0.12 62.7 0.65 0.66
Hex DC E1 72 2 0 31 C 3F 41 42
Octal 334 341 162 2 0 61 14 77 101 102
Binary 11011100 11100001 1110010 10 0 110001 1100 111111 1000001 1000010

Color Harmonies of #DCE172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE172

Black with #DCE172

Text Example


Text Example

White with #DCE172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE172; }

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

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

background-color css

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

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

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

border-color css

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

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

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