Html Css Color HEX #DD783B Pizazz

📋 copy color: '#DD783B'

red 221 ◦ green 120 ◦ blue 59

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

Shades of Pizazz #DD783B

Tints of Pizazz #DD783B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30%

 BLUE value IS 59 (23.44% from 255) = 14.75%

R = 55.25%
G = 30%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD783B (or 0xDD783B) is known color: Pizazz. HEX triplet: DD, 78 and 3B. RGB value is (221,120,59). Sum of RGB (Red+Green+Blue) = 221+120+59=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD783B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD783B is #2287C4. Grayscale: #8F8F8F. Windows color (decimal): -2262981 or 3897565. OLE color: 3897565.

HSL color Cylindrical-coordinate representation of color #DD783B: hue angle of 22.59º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD783B is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 120 59 -
CMYK 0 0.46 0.73 0.13
HSL 22.59º 0.7% 0.55% -
HSV(B) 22.59º 0.73% 0.87% -
XYZ 37.32 29.12 7.79 -
YUV 143.25 80.46 183.46 -
System Red Green Blue C M Y K H S L
Decimal 221 120 59 0 0.46 0.73 0.13 22.59 0.7 0.55
Hex DD 78 3B 0 2E 49 D 17 46 37
Octal 335 170 73 0 56 111 15 27 106 67
Binary 11011101 1111000 111011 0 101110 1001001 1101 10111 1000110 110111

Color Harmonies of #DD783B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD783B

Black with #DD783B

Text Example


Text Example

White with #DD783B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD783B; }

 p { color: rgb(221,120,59); }

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

background-color css

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

 a { background-color: rgb(221,120,59); }

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

border-color css

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

 span { border-color: rgb(221,120,59); }

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