Html Css Color HEX #DDCE5B Manz

📋 copy color: '#DDCE5B'

red 221 ◦ green 206 ◦ blue 91

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

Shades of Manz #DDCE5B

Tints of Manz #DDCE5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.57%

R = 42.66%
G = 39.77%
B = 17.57%

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

#DDCE5B (or 0xDDCE5B) is known color: Manz. HEX triplet: DD, CE and 5B. RGB value is (221,206,91). Sum of RGB (Red+Green+Blue) = 221+206+91=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE5B is #2231A4. Grayscale: #C5C5C5. Windows color (decimal): -2240933 or 6016733. OLE color: 6016733.

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

Color convert

RGB 221 206 91 -
CMYK 0 0.07 0.59 0.13
HSL 53.08º 0.66% 0.61% -
HSV(B) 53.08º 0.59% 0.87% -
XYZ 53.78 60.27 18.7 -
YUV 197.38 67.97 144.85 -
System Red Green Blue C M Y K H S L
Decimal 221 206 91 0 0.07 0.59 0.13 53.08 0.66 0.61
Hex DD CE 5B 0 7 3B D 35 42 3D
Octal 335 316 133 0 7 73 15 65 102 75
Binary 11011101 11001110 1011011 0 111 111011 1101 110101 1000010 111101

Color Harmonies of #DDCE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE5B

Black with #DDCE5B

Text Example


Text Example

White with #DDCE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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