Html Css Color HEX #DCD761 Manz

📋 copy color: '#DCD761'

red 220 ◦ green 215 ◦ blue 97

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

Shades of Manz #DCD761

Tints of Manz #DCD761

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.41%

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

R = 41.35%
G = 40.41%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCD761 (or 0xDCD761) is known color: Manz. HEX triplet: DC, D7 and 61. RGB value is (220,215,97). Sum of RGB (Red+Green+Blue) = 220+215+97=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD761 is #23289E. Grayscale: #CBCBCB. Windows color (decimal): -2304159 or 6412252. OLE color: 6412252.

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

Color convert

RGB 220 215 97 -
CMYK 0 0.02 0.56 0.14
HSL 57.56º 0.64% 0.62% -
HSV(B) 57.56º 0.56% 0.86% -
XYZ 55.97 64.68 20.84 -
YUV 203.04 68.16 140.09 -
System Red Green Blue C M Y K H S L
Decimal 220 215 97 0 0.02 0.56 0.14 57.56 0.64 0.62
Hex DC D7 61 0 2 38 E 3A 40 3E
Octal 334 327 141 0 2 70 16 72 100 76
Binary 11011100 11010111 1100001 0 10 111000 1110 111010 1000000 111110

Color Harmonies of #DCD761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD761

Black with #DCD761

Text Example


Text Example

White with #DCD761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD761; }

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

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

background-color css

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

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

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

border-color css

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

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

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