Html Css Color HEX #DCEB52 Manz

📋 copy color: '#DCEB52'

red 220 ◦ green 235 ◦ blue 82

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

Shades of Manz #DCEB52

Tints of Manz #DCEB52

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.76%

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

R = 40.97%
G = 43.76%
B = 15.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#DCEB52 (or 0xDCEB52) is known color: Manz. HEX triplet: DC, EB and 52. RGB value is (220,235,82). Sum of RGB (Red+Green+Blue) = 220+235+82=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 82 (32.42% from 255 or 15.27% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB52 is #2314AD. Grayscale: #D5D5D5. Windows color (decimal): -2299054 or 5434332. OLE color: 5434332.

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

Color convert

RGB 220 235 82 -
CMYK 0.06 0 0.65 0.08
HSL 65.88º 0.79% 0.62% -
HSV(B) 65.88º 0.65% 0.92% -
XYZ 60.75 75.24 19.3 -
YUV 213.07 54.03 132.94 -
System Red Green Blue C M Y K H S L
Decimal 220 235 82 0.06 0 0.65 0.08 65.88 0.79 0.62
Hex DC EB 52 6 0 41 8 42 4F 3E
Octal 334 353 122 6 0 101 10 102 117 76
Binary 11011100 11101011 1010010 110 0 1000001 1000 1000010 1001111 111110

Color Harmonies of #DCEB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB52

Black with #DCEB52

Text Example


Text Example

White with #DCEB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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