Html Css Color HEX #DCD360 Manz

📋 copy color: '#DCD360'

red 220 ◦ green 211 ◦ blue 96

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

Shades of Manz #DCD360

Tints of Manz #DCD360

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.04%

 BLUE value IS 96 (37.89% from 255) = 18.22%

R = 41.75%
G = 40.04%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCD360 (or 0xDCD360) is known color: Manz. HEX triplet: DC, D3 and 60. RGB value is (220,211,96). Sum of RGB (Red+Green+Blue) = 220+211+96=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD360 is #232C9F. Grayscale: #C9C9C9. Windows color (decimal): -2305184 or 6345692. OLE color: 6345692.

HSL color Cylindrical-coordinate representation of color #DCD360: hue angle of 55.65º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCD360 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 211 96 -
CMYK 0 0.04 0.56 0.14
HSL 55.65º 0.64% 0.62% -
HSV(B) 55.65º 0.56% 0.86% -
XYZ 54.92 62.65 20.26 -
YUV 200.58 68.98 141.85 -
System Red Green Blue C M Y K H S L
Decimal 220 211 96 0 0.04 0.56 0.14 55.65 0.64 0.62
Hex DC D3 60 0 4 38 E 38 40 3E
Octal 334 323 140 0 4 70 16 70 100 76
Binary 11011100 11010011 1100000 0 100 111000 1110 111000 1000000 111110

Color Harmonies of #DCD360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD360

Black with #DCD360

Text Example


Text Example

White with #DCD360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD360; }

 p { color: rgb(220,211,96); }

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

background-color css

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

 a { background-color: rgb(220,211,96); }

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

border-color css

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

 span { border-color: rgb(220,211,96); }

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