Html Css Color HEX #DCED53 Manz

📋 copy color: '#DCED53'

red 220 ◦ green 237 ◦ blue 83

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

Shades of Manz #DCED53

Tints of Manz #DCED53

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.89%

 BLUE value IS 83 (32.81% from 255) = 15.37%

R = 40.74%
G = 43.89%
B = 15.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#DCED53 (or 0xDCED53) is known color: Manz. HEX triplet: DC, ED and 53. RGB value is (220,237,83). Sum of RGB (Red+Green+Blue) = 220+237+83=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 83 (32.81% from 255 or 15.37% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED53 is #2312AC. Grayscale: #D6D6D6. Windows color (decimal): -2298541 or 5500380. OLE color: 5500380.

HSL color Cylindrical-coordinate representation of color #DCED53: hue angle of 66.62º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCED53 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 237 83 -
CMYK 0.07 0 0.65 0.07
HSL 66.62º 0.81% 0.63% -
HSV(B) 66.62º 0.65% 0.93% -
XYZ 61.36 76.41 19.7 -
YUV 214.36 53.87 132.02 -
System Red Green Blue C M Y K H S L
Decimal 220 237 83 0.07 0 0.65 0.07 66.62 0.81 0.63
Hex DC ED 53 7 0 41 7 43 51 3F
Octal 334 355 123 7 0 101 7 103 121 77
Binary 11011100 11101101 1010011 111 0 1000001 111 1000011 1010001 111111

Color Harmonies of #DCED53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED53

Black with #DCED53

Text Example


Text Example

White with #DCED53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED53; }

 p { color: rgb(220,237,83); }

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

background-color css

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

 a { background-color: rgb(220,237,83); }

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

border-color css

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

 span { border-color: rgb(220,237,83); }

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