Html Css Color HEX #DCE952 Manz

📋 copy color: '#DCE952'

red 220 ◦ green 233 ◦ blue 82

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

Shades of Manz #DCE952

Tints of Manz #DCE952

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.55%

 BLUE value IS 82 (32.42% from 255) = 15.33%

R = 41.12%
G = 43.55%
B = 15.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#DCE952 (or 0xDCE952) is known color: Manz. HEX triplet: DC, E9 and 52. RGB value is (220,233,82). Sum of RGB (Red+Green+Blue) = 220+233+82=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 82 (32.42% from 255 or 15.33% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE952 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE952 is #2316AD. Grayscale: #D4D4D4. Windows color (decimal): -2299566 or 5433820. OLE color: 5433820.

HSL color Cylindrical-coordinate representation of color #DCE952: hue angle of 65.17º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCE952 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 233 82 -
CMYK 0.06 0 0.65 0.09
HSL 65.17º 0.77% 0.62% -
HSV(B) 65.17º 0.65% 0.91% -
XYZ 60.18 74.1 19.11 -
YUV 211.9 54.69 133.78 -
System Red Green Blue C M Y K H S L
Decimal 220 233 82 0.06 0 0.65 0.09 65.17 0.77 0.62
Hex DC E9 52 6 0 41 9 41 4D 3E
Octal 334 351 122 6 0 101 11 101 115 76
Binary 11011100 11101001 1010010 110 0 1000001 1001 1000001 1001101 111110

Color Harmonies of #DCE952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE952

Black with #DCE952

Text Example


Text Example

White with #DCE952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE952; }

 p { color: rgb(220,233,82); }

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

background-color css

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

 a { background-color: rgb(220,233,82); }

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

border-color css

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

 span { border-color: rgb(220,233,82); }

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