Html Css Color HEX #DD6C3B Sorbus

📋 copy color: '#DD6C3B'

red 221 ◦ green 108 ◦ blue 59

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

Shades of Sorbus #DD6C3B

Tints of Sorbus #DD6C3B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.84%

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

R = 56.96%
G = 27.84%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD6C3B (or 0xDD6C3B) is known color: Sorbus. HEX triplet: DD, 6C and 3B. RGB value is (221,108,59). Sum of RGB (Red+Green+Blue) = 221+108+59=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 59 (23.44% from 255 or 15.21% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6C3B is #2293C4. Grayscale: #888888. Windows color (decimal): -2266053 or 3894493. OLE color: 3894493.

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

Color convert

RGB 221 108 59 -
CMYK 0 0.51 0.73 0.13
HSL 18.15º 0.7% 0.55% -
HSV(B) 18.15º 0.73% 0.87% -
XYZ 35.97 26.41 7.34 -
YUV 136.2 84.44 188.48 -
System Red Green Blue C M Y K H S L
Decimal 221 108 59 0 0.51 0.73 0.13 18.15 0.7 0.55
Hex DD 6C 3B 0 33 49 D 12 46 37
Octal 335 154 73 0 63 111 15 22 106 67
Binary 11011101 1101100 111011 0 110011 1001001 1101 10010 1000110 110111

Color Harmonies of #DD6C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6C3B

Black with #DD6C3B

Text Example


Text Example

White with #DD6C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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