Html Css Color HEX #DDD753 Manz

📋 copy color: '#DDD753'

red 221 ◦ green 215 ◦ blue 83

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

Shades of Manz #DDD753

Tints of Manz #DDD753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.99%

R = 42.58%
G = 41.43%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDD753 (or 0xDDD753) is known color: Manz. HEX triplet: DD, D7 and 53. RGB value is (221,215,83). Sum of RGB (Red+Green+Blue) = 221+215+83=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD753 is #2228AC. Grayscale: #CACACA. Windows color (decimal): -2238637 or 5494749. OLE color: 5494749.

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

Color convert

RGB 221 215 83 -
CMYK 0 0.03 0.62 0.13
HSL 57.39º 0.67% 0.6% -
HSV(B) 57.39º 0.62% 0.87% -
XYZ 55.68 64.6 17.72 -
YUV 201.75 60.99 141.73 -
System Red Green Blue C M Y K H S L
Decimal 221 215 83 0 0.03 0.62 0.13 57.39 0.67 0.6
Hex DD D7 53 0 3 3E D 39 43 3C
Octal 335 327 123 0 3 76 15 71 103 74
Binary 11011101 11010111 1010011 0 11 111110 1101 111001 1000011 111100

Color Harmonies of #DDD753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD753

Black with #DDD753

Text Example


Text Example

White with #DDD753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD753; }

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

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

background-color css

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

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

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

border-color css

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

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

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