Html Css Color HEX #DDD05A Manz

📋 copy color: '#DDD05A'

red 221 ◦ green 208 ◦ blue 90

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

Shades of Manz #DDD05A

Tints of Manz #DDD05A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.08%

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

R = 42.58%
G = 40.08%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDD05A (or 0xDDD05A) is known color: Manz. HEX triplet: DD, D0 and 5A. RGB value is (221,208,90). Sum of RGB (Red+Green+Blue) = 221+208+90=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD05A is #222FA5. Grayscale: #C6C6C6. Windows color (decimal): -2240422 or 5951709. OLE color: 5951709.

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

Color convert

RGB 221 208 90 -
CMYK 0 0.06 0.59 0.13
HSL 54.05º 0.66% 0.61% -
HSV(B) 54.05º 0.59% 0.87% -
XYZ 54.22 61.22 18.63 -
YUV 198.44 66.81 144.09 -
System Red Green Blue C M Y K H S L
Decimal 221 208 90 0 0.06 0.59 0.13 54.05 0.66 0.61
Hex DD D0 5A 0 6 3B D 36 42 3D
Octal 335 320 132 0 6 73 15 66 102 75
Binary 11011101 11010000 1011010 0 110 111011 1101 110110 1000010 111101

Color Harmonies of #DDD05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD05A

Black with #DDD05A

Text Example


Text Example

White with #DDD05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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