Html Css Color HEX #DCDA5A Manz

📋 copy color: '#DCDA5A'

red 220 ◦ green 218 ◦ blue 90

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

Shades of Manz #DCDA5A

Tints of Manz #DCDA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.05%

R = 41.67%
G = 41.29%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DCDA5A (or 0xDCDA5A) is known color: Manz. HEX triplet: DC, DA and 5A. RGB value is (220,218,90). Sum of RGB (Red+Green+Blue) = 220+218+90=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA5A is #2325A5. Grayscale: #CCCCCC. Windows color (decimal): -2303398 or 5954268. OLE color: 5954268.

HSL color Cylindrical-coordinate representation of color #DCDA5A: 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.59%. Process color model (Four color, CMYK) of #DCDA5A is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 218 90 -
CMYK 0 0.01 0.59 0.14
HSL 59.08º 0.65% 0.61% -
HSV(B) 59.08º 0.59% 0.86% -
XYZ 56.43 66.1 19.46 -
YUV 204.01 63.66 139.41 -
System Red Green Blue C M Y K H S L
Decimal 220 218 90 0 0.01 0.59 0.14 59.08 0.65 0.61
Hex DC DA 5A 0 1 3B E 3B 41 3D
Octal 334 332 132 0 1 73 16 73 101 75
Binary 11011100 11011010 1011010 0 1 111011 1110 111011 1000001 111101

Color Harmonies of #DCDA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA5A

Black with #DCDA5A

Text Example


Text Example

White with #DCDA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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