Html Css Color HEX #DDCE5D Manz

📋 copy color: '#DDCE5D'

red 221 ◦ green 206 ◦ blue 93

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

Shades of Manz #DDCE5D

Tints of Manz #DDCE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.88%

R = 42.5%
G = 39.62%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDCE5D (or 0xDDCE5D) is known color: Manz. HEX triplet: DD, CE and 5D. RGB value is (221,206,93). Sum of RGB (Red+Green+Blue) = 221+206+93=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE5D is #2231A2. Grayscale: #C6C6C6. Windows color (decimal): -2240931 or 6147805. OLE color: 6147805.

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

Color convert

RGB 221 206 93 -
CMYK 0 0.07 0.58 0.13
HSL 52.97º 0.65% 0.62% -
HSV(B) 52.97º 0.58% 0.87% -
XYZ 53.87 60.31 19.16 -
YUV 197.6 68.97 144.69 -
System Red Green Blue C M Y K H S L
Decimal 221 206 93 0 0.07 0.58 0.13 52.97 0.65 0.62
Hex DD CE 5D 0 7 3A D 35 41 3E
Octal 335 316 135 0 7 72 15 65 101 76
Binary 11011101 11001110 1011101 0 111 111010 1101 110101 1000001 111110

Color Harmonies of #DDCE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE5D

Black with #DDCE5D

Text Example


Text Example

White with #DDCE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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