Html Css Color HEX #DCD461 Manz

📋 copy color: '#DCD461'

red 220 ◦ green 212 ◦ blue 97

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

Shades of Manz #DCD461

Tints of Manz #DCD461

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.08%

 BLUE value IS 97 (38.28% from 255) = 18.34%

R = 41.59%
G = 40.08%
B = 18.34%

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

#DCD461 (or 0xDCD461) is known color: Manz. HEX triplet: DC, D4 and 61. RGB value is (220,212,97). Sum of RGB (Red+Green+Blue) = 220+212+97=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD461 is #232B9E. Grayscale: #C9C9C9. Windows color (decimal): -2304927 or 6411484. OLE color: 6411484.

HSL color Cylindrical-coordinate representation of color #DCD461: hue angle of 56.1º 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 #DCD461 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 212 97 -
CMYK 0 0.04 0.56 0.14
HSL 56.1º 0.64% 0.62% -
HSV(B) 56.1º 0.56% 0.86% -
XYZ 55.22 63.17 20.59 -
YUV 201.28 69.15 141.35 -
System Red Green Blue C M Y K H S L
Decimal 220 212 97 0 0.04 0.56 0.14 56.1 0.64 0.62
Hex DC D4 61 0 4 38 E 38 40 3E
Octal 334 324 141 0 4 70 16 70 100 76
Binary 11011100 11010100 1100001 0 100 111000 1110 111000 1000000 111110

Color Harmonies of #DCD461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD461

Black with #DCD461

Text Example


Text Example

White with #DCD461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD461; }

 p { color: rgb(220,212,97); }

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

background-color css

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

 a { background-color: rgb(220,212,97); }

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

border-color css

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

 span { border-color: rgb(220,212,97); }

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