Html Css Color HEX #DD783C Pizazz

📋 copy color: '#DD783C'

red 221 ◦ green 120 ◦ blue 60

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

Shades of Pizazz #DD783C

Tints of Pizazz #DD783C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.96%

R = 55.11%
G = 29.93%
B = 14.96%

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

#DD783C (or 0xDD783C) is known color: Pizazz. HEX triplet: DD, 78 and 3C. RGB value is (221,120,60). Sum of RGB (Red+Green+Blue) = 221+120+60=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD783C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD783C is #2287C3. Grayscale: #8F8F8F. Windows color (decimal): -2262980 or 3963101. OLE color: 3963101.

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

Color convert

RGB 221 120 60 -
CMYK 0 0.46 0.73 0.13
HSL 22.36º 0.7% 0.55% -
HSV(B) 22.36º 0.73% 0.87% -
XYZ 37.35 29.13 7.93 -
YUV 143.36 80.96 183.38 -
System Red Green Blue C M Y K H S L
Decimal 221 120 60 0 0.46 0.73 0.13 22.36 0.7 0.55
Hex DD 78 3C 0 2E 49 D 16 46 37
Octal 335 170 74 0 56 111 15 26 106 67
Binary 11011101 1111000 111100 0 101110 1001001 1101 10110 1000110 110111

Color Harmonies of #DD783C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD783C

Black with #DD783C

Text Example


Text Example

White with #DD783C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD783C; }

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

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

background-color css

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

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

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

border-color css

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

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

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