Html Css Color HEX #DCCD5F Manz

📋 copy color: '#DCCD5F'

red 220 ◦ green 205 ◦ blue 95

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

Shades of Manz #DCCD5F

Tints of Manz #DCCD5F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.42%

 BLUE value IS 95 (37.5% from 255) = 18.27%

R = 42.31%
G = 39.42%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCCD5F (or 0xDCCD5F) is known color: Manz. HEX triplet: DC, CD and 5F. RGB value is (220,205,95). Sum of RGB (Red+Green+Blue) = 220+205+95=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD5F is #2332A0. Grayscale: #C5C5C5. Windows color (decimal): -2306721 or 6278620. OLE color: 6278620.

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

Color convert

RGB 220 205 95 -
CMYK 0 0.07 0.57 0.14
HSL 52.8º 0.64% 0.62% -
HSV(B) 52.8º 0.57% 0.86% -
XYZ 53.41 59.7 19.54 -
YUV 196.95 70.47 144.44 -
System Red Green Blue C M Y K H S L
Decimal 220 205 95 0 0.07 0.57 0.14 52.8 0.64 0.62
Hex DC CD 5F 0 7 39 E 35 40 3E
Octal 334 315 137 0 7 71 16 65 100 76
Binary 11011100 11001101 1011111 0 111 111001 1110 110101 1000000 111110

Color Harmonies of #DCCD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD5F

Black with #DCCD5F

Text Example


Text Example

White with #DCCD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD5F; }

 p { color: rgb(220,205,95); }

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

background-color css

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

 a { background-color: rgb(220,205,95); }

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

border-color css

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

 span { border-color: rgb(220,205,95); }

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