Html Css Color HEX #DDCE5A Manz

📋 copy color: '#DDCE5A'

red 221 ◦ green 206 ◦ blue 90

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

Shades of Manz #DDCE5A

Tints of Manz #DDCE5A

RGB

 RED value IS 221 (86.72% from 255) = 42.75%

 GREEN value IS 206 (80.86% from 255) = 39.85%

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

R = 42.75%
G = 39.85%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDCE5A (or 0xDDCE5A) is known color: Manz. HEX triplet: DD, CE and 5A. RGB value is (221,206,90). Sum of RGB (Red+Green+Blue) = 221+206+90=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE5A is #2231A5. Grayscale: #C5C5C5. Windows color (decimal): -2240934 or 5951197. OLE color: 5951197.

HSL color Cylindrical-coordinate representation of color #DDCE5A: hue angle of 53.13º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDCE5A is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 206 90 -
CMYK 0 0.07 0.59 0.13
HSL 53.13º 0.66% 0.61% -
HSV(B) 53.13º 0.59% 0.87% -
XYZ 53.74 60.25 18.47 -
YUV 197.26 67.47 144.93 -
System Red Green Blue C M Y K H S L
Decimal 221 206 90 0 0.07 0.59 0.13 53.13 0.66 0.61
Hex DD CE 5A 0 7 3B D 35 42 3D
Octal 335 316 132 0 7 73 15 65 102 75
Binary 11011101 11001110 1011010 0 111 111011 1101 110101 1000010 111101

Color Harmonies of #DDCE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE5A

Black with #DDCE5A

Text Example


Text Example

White with #DDCE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE5A; }

 p { color: rgb(221,206,90); }

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

background-color css

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

 a { background-color: rgb(221,206,90); }

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

border-color css

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

 span { border-color: rgb(221,206,90); }

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