Html Css Color HEX #DD6833 Sorbus

📋 copy color: '#DD6833'

red 221 ◦ green 104 ◦ blue 51

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

Shades of Sorbus #DD6833

Tints of Sorbus #DD6833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.56%

R = 58.78%
G = 27.66%
B = 13.56%

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

#DD6833 (or 0xDD6833) is known color: Sorbus. HEX triplet: DD, 68 and 33. RGB value is (221,104,51). Sum of RGB (Red+Green+Blue) = 221+104+51=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6833 is #2297CC. Grayscale: #858585. Windows color (decimal): -2267085 or 3369181. OLE color: 3369181.

HSL color Cylindrical-coordinate representation of color #DD6833: hue angle of 18.71º degrees, saturation: 0.71, 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 #DD6833 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 104 51 -
CMYK 0 0.53 0.77 0.13
HSL 18.71º 0.71% 0.53% -
HSV(B) 18.71º 0.77% 0.87% -
XYZ 35.37 25.51 6.19 -
YUV 132.94 81.76 190.81 -
System Red Green Blue C M Y K H S L
Decimal 221 104 51 0 0.53 0.77 0.13 18.71 0.71 0.53
Hex DD 68 33 0 35 4D D 13 47 35
Octal 335 150 63 0 65 115 15 23 107 65
Binary 11011101 1101000 110011 0 110101 1001101 1101 10011 1000111 110101

Color Harmonies of #DD6833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6833

Black with #DD6833

Text Example


Text Example

White with #DD6833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6833; }

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

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

background-color css

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

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

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

border-color css

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

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

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