Html Css Color HEX #DCE35F Manz

📋 copy color: '#DCE35F'

red 220 ◦ green 227 ◦ blue 95

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

Shades of Manz #DCE35F

Tints of Manz #DCE35F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.88%

 BLUE value IS 95 (37.5% from 255) = 17.53%

R = 40.59%
G = 41.88%
B = 17.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#DCE35F (or 0xDCE35F) is known color: Manz. HEX triplet: DC, E3 and 5F. RGB value is (220,227,95). Sum of RGB (Red+Green+Blue) = 220+227+95=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 95 (37.5% from 255 or 17.53% from 542); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE35F is #231CA0. Grayscale: #D2D2D2. Windows color (decimal): -2301089 or 6284252. OLE color: 6284252.

HSL color Cylindrical-coordinate representation of color #DCE35F: hue angle of 63.18º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCE35F is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 227 95 -
CMYK 0.03 0 0.58 0.11
HSL 63.18º 0.7% 0.63% -
HSV(B) 63.18º 0.58% 0.89% -
XYZ 59.05 70.98 21.41 -
YUV 209.86 63.18 135.23 -
System Red Green Blue C M Y K H S L
Decimal 220 227 95 0.03 0 0.58 0.11 63.18 0.7 0.63
Hex DC E3 5F 3 0 3A B 3F 46 3F
Octal 334 343 137 3 0 72 13 77 106 77
Binary 11011100 11100011 1011111 11 0 111010 1011 111111 1000110 111111

Color Harmonies of #DCE35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE35F

Black with #DCE35F

Text Example


Text Example

White with #DCE35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE35F; }

 p { color: rgb(220,227,95); }

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

background-color css

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

 a { background-color: rgb(220,227,95); }

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

border-color css

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

 span { border-color: rgb(220,227,95); }

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