Html Css Color HEX #DDD15C Manz

📋 copy color: '#DDD15C'

red 221 ◦ green 209 ◦ blue 92

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

Shades of Manz #DDD15C

Tints of Manz #DDD15C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.04%

 BLUE value IS 92 (36.33% from 255) = 17.62%

R = 42.34%
G = 40.04%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDD15C (or 0xDDD15C) is known color: Manz. HEX triplet: DD, D1 and 5C. RGB value is (221,209,92). Sum of RGB (Red+Green+Blue) = 221+209+92=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD15C is #222EA3. Grayscale: #C7C7C7. Windows color (decimal): -2240164 or 6083037. OLE color: 6083037.

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

Color convert

RGB 221 209 92 -
CMYK 0 0.05 0.58 0.13
HSL 54.42º 0.65% 0.61% -
HSV(B) 54.42º 0.58% 0.87% -
XYZ 54.55 61.75 19.17 -
YUV 199.25 67.48 143.51 -
System Red Green Blue C M Y K H S L
Decimal 221 209 92 0 0.05 0.58 0.13 54.42 0.65 0.61
Hex DD D1 5C 0 5 3A D 36 41 3D
Octal 335 321 134 0 5 72 15 66 101 75
Binary 11011101 11010001 1011100 0 101 111010 1101 110110 1000001 111101

Color Harmonies of #DDD15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD15C

Black with #DDD15C

Text Example


Text Example

White with #DDD15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD15C; }

 p { color: rgb(221,209,92); }

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

background-color css

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

 a { background-color: rgb(221,209,92); }

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

border-color css

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

 span { border-color: rgb(221,209,92); }

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