Html Css Color HEX #DCDB48 Manz

📋 copy color: '#DCDB48'

red 220 ◦ green 219 ◦ blue 72

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

Shades of Manz #DCDB48

Tints of Manz #DCDB48

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.86%

 BLUE value IS 72 (28.52% from 255) = 14.09%

R = 43.05%
G = 42.86%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCDB48 (or 0xDCDB48) is known color: Manz. HEX triplet: DC, DB and 48. RGB value is (220,219,72). Sum of RGB (Red+Green+Blue) = 220+219+72=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 72 (28.52% from 255 or 14.09% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB48 is #2324B7. Grayscale: #CBCBCB. Windows color (decimal): -2303160 or 4774876. OLE color: 4774876.

HSL color Cylindrical-coordinate representation of color #DCDB48: hue angle of 59.59º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCDB48 is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 219 72 -
CMYK 0 0.00 0.67 0.14
HSL 59.59º 0.68% 0.57% -
HSV(B) 59.59º 0.67% 0.86% -
XYZ 56.02 66.35 15.98 -
YUV 202.54 54.33 140.45 -
System Red Green Blue C M Y K H S L
Decimal 220 219 72 0 0.00 0.67 0.14 59.59 0.68 0.57
Hex DC DB 48 0 0 43 E 3C 44 39
Octal 334 333 110 0 0 103 16 74 104 71
Binary 11011100 11011011 1001000 0 0 1000011 1110 111100 1000100 111001

Color Harmonies of #DCDB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB48

Black with #DCDB48

Text Example


Text Example

White with #DCDB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB48; }

 p { color: rgb(220,219,72); }

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

background-color css

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

 a { background-color: rgb(220,219,72); }

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

border-color css

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

 span { border-color: rgb(220,219,72); }

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