Html Css Color HEX #DCD952 Manz

📋 copy color: '#DCD952'

red 220 ◦ green 217 ◦ blue 82

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

Shades of Manz #DCD952

Tints of Manz #DCD952

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.81%

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

R = 42.39%
G = 41.81%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DCD952 (or 0xDCD952) is known color: Manz. HEX triplet: DC, D9 and 52. RGB value is (220,217,82). Sum of RGB (Red+Green+Blue) = 220+217+82=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 82 (32.42% from 255 or 15.80% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD952 is #2326AD. Grayscale: #CBCBCB. Windows color (decimal): -2303662 or 5429724. OLE color: 5429724.

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

Color convert

RGB 220 217 82 -
CMYK 0 0.01 0.63 0.14
HSL 58.7º 0.66% 0.59% -
HSV(B) 58.7º 0.63% 0.86% -
XYZ 55.85 65.45 17.67 -
YUV 202.51 59.99 140.48 -
System Red Green Blue C M Y K H S L
Decimal 220 217 82 0 0.01 0.63 0.14 58.7 0.66 0.59
Hex DC D9 52 0 1 3F E 3B 42 3B
Octal 334 331 122 0 1 77 16 73 102 73
Binary 11011100 11011001 1010010 0 1 111111 1110 111011 1000010 111011

Color Harmonies of #DCD952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD952

Black with #DCD952

Text Example


Text Example

White with #DCD952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD952; }

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

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

background-color css

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

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

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

border-color css

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

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

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