Html Css Color HEX #DCD353 Manz

📋 copy color: '#DCD353'

red 220 ◦ green 211 ◦ blue 83

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

Shades of Manz #DCD353

Tints of Manz #DCD353

RGB

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

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

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

R = 42.8%
G = 41.05%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCD353 (or 0xDCD353) is known color: Manz. HEX triplet: DC, D3 and 53. RGB value is (220,211,83). Sum of RGB (Red+Green+Blue) = 220+211+83=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD353 is #232CAC. Grayscale: #C7C7C7. Windows color (decimal): -2305197 or 5493724. OLE color: 5493724.

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

Color convert

RGB 220 211 83 -
CMYK 0 0.04 0.62 0.14
HSL 56.06º 0.66% 0.59% -
HSV(B) 56.06º 0.62% 0.86% -
XYZ 54.37 62.43 17.37 -
YUV 199.1 62.48 142.91 -
System Red Green Blue C M Y K H S L
Decimal 220 211 83 0 0.04 0.62 0.14 56.06 0.66 0.59
Hex DC D3 53 0 4 3E E 38 42 3B
Octal 334 323 123 0 4 76 16 70 102 73
Binary 11011100 11010011 1010011 0 100 111110 1110 111000 1000010 111011

Color Harmonies of #DCD353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD353

Black with #DCD353

Text Example


Text Example

White with #DCD353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD353; }

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

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

background-color css

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

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

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

border-color css

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

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

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