Html Css Color HEX #DCE04B Manz

📋 copy color: '#DCE04B'

red 220 ◦ green 224 ◦ blue 75

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

Shades of Manz #DCE04B

Tints of Manz #DCE04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.45%

R = 42.39%
G = 43.16%
B = 14.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#DCE04B (or 0xDCE04B) is known color: Manz. HEX triplet: DC, E0 and 4B. RGB value is (220,224,75). Sum of RGB (Red+Green+Blue) = 220+224+75=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 75 (29.69% from 255 or 14.45% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE04B is #231FB4. Grayscale: #CECECE. Windows color (decimal): -2301877 or 4972764. OLE color: 4972764.

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

Color convert

RGB 220 224 75 -
CMYK 0.02 0 0.67 0.12
HSL 61.61º 0.71% 0.59% -
HSV(B) 61.61º 0.67% 0.88% -
XYZ 57.44 69.03 16.95 -
YUV 205.82 54.17 138.12 -
System Red Green Blue C M Y K H S L
Decimal 220 224 75 0.02 0 0.67 0.12 61.61 0.71 0.59
Hex DC E0 4B 2 0 43 C 3E 47 3B
Octal 334 340 113 2 0 103 14 76 107 73
Binary 11011100 11100000 1001011 10 0 1000011 1100 111110 1000111 111011

Color Harmonies of #DCE04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE04B

Black with #DCE04B

Text Example


Text Example

White with #DCE04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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