Html Css Color HEX #DDD45A Manz

📋 copy color: '#DDD45A'

red 221 ◦ green 212 ◦ blue 90

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

Shades of Manz #DDD45A

Tints of Manz #DDD45A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.54%

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

R = 42.26%
G = 40.54%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDD45A (or 0xDDD45A) is known color: Manz. HEX triplet: DD, D4 and 5A. RGB value is (221,212,90). Sum of RGB (Red+Green+Blue) = 221+212+90=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 90 (35.55% from 255 or 17.21% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD45A is #222BA5. Grayscale: #C9C9C9. Windows color (decimal): -2239398 or 5952733. OLE color: 5952733.

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

Color convert

RGB 221 212 90 -
CMYK 0 0.04 0.59 0.13
HSL 55.88º 0.66% 0.61% -
HSV(B) 55.88º 0.59% 0.87% -
XYZ 55.21 63.2 18.96 -
YUV 200.78 65.48 142.42 -
System Red Green Blue C M Y K H S L
Decimal 221 212 90 0 0.04 0.59 0.13 55.88 0.66 0.61
Hex DD D4 5A 0 4 3B D 38 42 3D
Octal 335 324 132 0 4 73 15 70 102 75
Binary 11011101 11010100 1011010 0 100 111011 1101 111000 1000010 111101

Color Harmonies of #DDD45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD45A

Black with #DDD45A

Text Example


Text Example

White with #DDD45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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