Html Css Color HEX #DCD25A Manz

📋 copy color: '#DCD25A'

red 220 ◦ green 210 ◦ blue 90

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

Shades of Manz #DCD25A

Tints of Manz #DCD25A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.38%

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

R = 42.31%
G = 40.38%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DCD25A (or 0xDCD25A) is known color: Manz. HEX triplet: DC, D2 and 5A. RGB value is (220,210,90). Sum of RGB (Red+Green+Blue) = 220+210+90=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 90 (35.55% from 255 or 17.31% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD25A is #232DA5. Grayscale: #C7C7C7. Windows color (decimal): -2305446 or 5952220. OLE color: 5952220.

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

Color convert

RGB 220 210 90 -
CMYK 0 0.05 0.59 0.14
HSL 55.38º 0.65% 0.61% -
HSV(B) 55.38º 0.59% 0.86% -
XYZ 54.41 62.05 18.78 -
YUV 199.31 66.31 142.76 -
System Red Green Blue C M Y K H S L
Decimal 220 210 90 0 0.05 0.59 0.14 55.38 0.65 0.61
Hex DC D2 5A 0 5 3B E 37 41 3D
Octal 334 322 132 0 5 73 16 67 101 75
Binary 11011100 11010010 1011010 0 101 111011 1110 110111 1000001 111101

Color Harmonies of #DCD25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD25A

Black with #DCD25A

Text Example


Text Example

White with #DCD25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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