Html Css Color HEX #DCE175 Goldenrod

📋 copy color: '#DCE175'

red 220 ◦ green 225 ◦ blue 117

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

Shades of Goldenrod #DCE175

Tints of Goldenrod #DCE175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.82%

R = 39.15%
G = 40.04%
B = 20.82%

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

#DCE175 (or 0xDCE175) is known color: Goldenrod. HEX triplet: DC, E1 and 75. RGB value is (220,225,117). Sum of RGB (Red+Green+Blue) = 220+225+117=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 117 (46.09% from 255 or 20.82% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE175 is #231E8A. Grayscale: #D3D3D3. Windows color (decimal): -2301579 or 7725532. OLE color: 7725532.

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

Color convert

RGB 220 225 117 -
CMYK 0.02 0 0.48 0.12
HSL 62.78º 0.64% 0.67% -
HSV(B) 62.78º 0.48% 0.88% -
XYZ 59.65 70.35 27.26 -
YUV 211.19 74.84 134.28 -
System Red Green Blue C M Y K H S L
Decimal 220 225 117 0.02 0 0.48 0.12 62.78 0.64 0.67
Hex DC E1 75 2 0 30 C 3F 40 43
Octal 334 341 165 2 0 60 14 77 100 103
Binary 11011100 11100001 1110101 10 0 110000 1100 111111 1000000 1000011

Color Harmonies of #DCE175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE175

Black with #DCE175

Text Example


Text Example

White with #DCE175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE175; }

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

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

background-color css

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

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

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

border-color css

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

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

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