Html Css Color HEX #DDD750 Manz

📋 copy color: '#DDD750'

red 221 ◦ green 215 ◦ blue 80

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

Shades of Manz #DDD750

Tints of Manz #DDD750

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.67%

 BLUE value IS 80 (31.64% from 255) = 15.5%

R = 42.83%
G = 41.67%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDD750 (or 0xDDD750) is known color: Manz. HEX triplet: DD, D7 and 50. RGB value is (221,215,80). Sum of RGB (Red+Green+Blue) = 221+215+80=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD750 is #2228AF. Grayscale: #C9C9C9. Windows color (decimal): -2238640 or 5298141. OLE color: 5298141.

HSL color Cylindrical-coordinate representation of color #DDD750: hue angle of 57.45º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDD750 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 215 80 -
CMYK 0 0.03 0.64 0.13
HSL 57.45º 0.67% 0.59% -
HSV(B) 57.45º 0.64% 0.87% -
XYZ 55.57 64.55 17.12 -
YUV 201.4 59.49 141.98 -
System Red Green Blue C M Y K H S L
Decimal 221 215 80 0 0.03 0.64 0.13 57.45 0.67 0.59
Hex DD D7 50 0 3 40 D 39 43 3B
Octal 335 327 120 0 3 100 15 71 103 73
Binary 11011101 11010111 1010000 0 11 1000000 1101 111001 1000011 111011

Color Harmonies of #DDD750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD750

Black with #DDD750

Text Example


Text Example

White with #DDD750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD750; }

 p { color: rgb(221,215,80); }

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

background-color css

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

 a { background-color: rgb(221,215,80); }

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

border-color css

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

 span { border-color: rgb(221,215,80); }

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