Html Css Color HEX #DD6832 Sorbus

📋 copy color: '#DD6832'

red 221 ◦ green 104 ◦ blue 50

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

Shades of Sorbus #DD6832

Tints of Sorbus #DD6832

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

 BLUE value IS 50 (19.92% from 255) = 13.33%

R = 58.93%
G = 27.73%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD6832 (or 0xDD6832) is known color: Sorbus. HEX triplet: DD, 68 and 32. RGB value is (221,104,50). Sum of RGB (Red+Green+Blue) = 221+104+50=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6832 is #2297CD. Grayscale: #858585. Windows color (decimal): -2267086 or 3303645. OLE color: 3303645.

HSL color Cylindrical-coordinate representation of color #DD6832: hue angle of 18.95º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD6832 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 104 50 -
CMYK 0 0.53 0.77 0.13
HSL 18.95º 0.72% 0.53% -
HSV(B) 18.95º 0.77% 0.87% -
XYZ 35.34 25.5 6.08 -
YUV 132.83 81.26 190.89 -
System Red Green Blue C M Y K H S L
Decimal 221 104 50 0 0.53 0.77 0.13 18.95 0.72 0.53
Hex DD 68 32 0 35 4D D 13 48 35
Octal 335 150 62 0 65 115 15 23 110 65
Binary 11011101 1101000 110010 0 110101 1001101 1101 10011 1001000 110101

Color Harmonies of #DD6832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6832

Black with #DD6832

Text Example


Text Example

White with #DD6832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6832; }

 p { color: rgb(221,104,50); }

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

background-color css

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

 a { background-color: rgb(221,104,50); }

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

border-color css

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

 span { border-color: rgb(221,104,50); }

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