Html Css Color HEX #DCDA59 Manz

📋 copy color: '#DCDA59'

red 220 ◦ green 218 ◦ blue 89

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

Shades of Manz #DCDA59

Tints of Manz #DCDA59

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.37%

 BLUE value IS 89 (35.16% from 255) = 16.89%

R = 41.75%
G = 41.37%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DCDA59 (or 0xDCDA59) is known color: Manz. HEX triplet: DC, DA and 59. RGB value is (220,218,89). Sum of RGB (Red+Green+Blue) = 220+218+89=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 89 (35.16% from 255 or 16.89% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA59 is #2325A6. Grayscale: #CCCCCC. Windows color (decimal): -2303399 or 5888732. OLE color: 5888732.

HSL color Cylindrical-coordinate representation of color #DCDA59: hue angle of 59.08º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCDA59 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 218 89 -
CMYK 0 0.01 0.60 0.14
HSL 59.08º 0.65% 0.61% -
HSV(B) 59.08º 0.6% 0.86% -
XYZ 56.39 66.08 19.23 -
YUV 203.89 63.16 139.49 -
System Red Green Blue C M Y K H S L
Decimal 220 218 89 0 0.01 0.60 0.14 59.08 0.65 0.61
Hex DC DA 59 0 1 3C E 3B 41 3D
Octal 334 332 131 0 1 74 16 73 101 75
Binary 11011100 11011010 1011001 0 1 111100 1110 111011 1000001 111101

Color Harmonies of #DCDA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA59

Black with #DCDA59

Text Example


Text Example

White with #DCDA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA59; }

 p { color: rgb(220,218,89); }

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

background-color css

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

 a { background-color: rgb(220,218,89); }

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

border-color css

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

 span { border-color: rgb(220,218,89); }

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