Html Css Color HEX #DD754F Burnt Sienna

📋 copy color: '#DD754F'

red 221 ◦ green 117 ◦ blue 79

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

Shades of Burnt Sienna #DD754F

Tints of Burnt Sienna #DD754F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.06%

 BLUE value IS 79 (31.25% from 255) = 18.94%

R = 53%
G = 28.06%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD754F (or 0xDD754F) is known color: Burnt Sienna. HEX triplet: DD, 75 and 4F. RGB value is (221,117,79). Sum of RGB (Red+Green+Blue) = 221+117+79=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD754F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD754F is #228AB0. Grayscale: #909090. Windows color (decimal): -2263729 or 5207517. OLE color: 5207517.

HSL color Cylindrical-coordinate representation of color #DD754F: hue angle of 16.06º degrees, saturation: 0.68, 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 #DD754F is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 117 79 -
CMYK 0 0.47 0.64 0.13
HSL 16.06º 0.68% 0.59% -
HSV(B) 16.06º 0.64% 0.87% -
XYZ 37.59 28.66 10.95 -
YUV 143.76 91.46 183.09 -
System Red Green Blue C M Y K H S L
Decimal 221 117 79 0 0.47 0.64 0.13 16.06 0.68 0.59
Hex DD 75 4F 0 2F 40 D 10 44 3B
Octal 335 165 117 0 57 100 15 20 104 73
Binary 11011101 1110101 1001111 0 101111 1000000 1101 10000 1000100 111011

Color Harmonies of #DD754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD754F

Black with #DD754F

Text Example


Text Example

White with #DD754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD754F; }

 p { color: rgb(221,117,79); }

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

background-color css

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

 a { background-color: rgb(221,117,79); }

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

border-color css

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

 span { border-color: rgb(221,117,79); }

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