Html Css Color HEX #DCE174 Goldenrod

📋 copy color: '#DCE174'

red 220 ◦ green 225 ◦ blue 116

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

Shades of Goldenrod #DCE174

Tints of Goldenrod #DCE174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.68%

R = 39.22%
G = 40.11%
B = 20.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#DCE174 (or 0xDCE174) is known color: Goldenrod. HEX triplet: DC, E1 and 74. RGB value is (220,225,116). Sum of RGB (Red+Green+Blue) = 220+225+116=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 116 (45.70% from 255 or 20.68% from 561); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE174 is #231E8B. Grayscale: #D3D3D3. Windows color (decimal): -2301580 or 7659996. OLE color: 7659996.

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

Color convert

RGB 220 225 116 -
CMYK 0.02 0 0.48 0.12
HSL 62.75º 0.64% 0.67% -
HSV(B) 62.75º 0.48% 0.88% -
XYZ 59.59 70.33 26.96 -
YUV 211.08 74.34 134.36 -
System Red Green Blue C M Y K H S L
Decimal 220 225 116 0.02 0 0.48 0.12 62.75 0.64 0.67
Hex DC E1 74 2 0 30 C 3F 40 43
Octal 334 341 164 2 0 60 14 77 100 103
Binary 11011100 11100001 1110100 10 0 110000 1100 111111 1000000 1000011

Color Harmonies of #DCE174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE174

Black with #DCE174

Text Example


Text Example

White with #DCE174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE174; }

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

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

background-color css

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

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

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

border-color css

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

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

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