Html Css Color HEX #DD6B3E Sorbus

📋 copy color: '#DD6B3E'

red 221 ◦ green 107 ◦ blue 62

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

Shades of Sorbus #DD6B3E

Tints of Sorbus #DD6B3E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.44%

 BLUE value IS 62 (24.61% from 255) = 15.9%

R = 56.67%
G = 27.44%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD6B3E (or 0xDD6B3E) is known color: Sorbus. HEX triplet: DD, 6B and 3E. RGB value is (221,107,62). Sum of RGB (Red+Green+Blue) = 221+107+62=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6B3E is #2294C1. Grayscale: #888888. Windows color (decimal): -2266306 or 4090845. OLE color: 4090845.

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

Color convert

RGB 221 107 62 -
CMYK 0 0.52 0.72 0.13
HSL 16.98º 0.7% 0.55% -
HSV(B) 16.98º 0.72% 0.87% -
XYZ 35.95 26.24 7.73 -
YUV 135.96 86.27 188.66 -
System Red Green Blue C M Y K H S L
Decimal 221 107 62 0 0.52 0.72 0.13 16.98 0.7 0.55
Hex DD 6B 3E 0 34 48 D 11 46 37
Octal 335 153 76 0 64 110 15 21 106 67
Binary 11011101 1101011 111110 0 110100 1001000 1101 10001 1000110 110111

Color Harmonies of #DD6B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B3E

Black with #DD6B3E

Text Example


Text Example

White with #DD6B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B3E; }

 p { color: rgb(221,107,62); }

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

background-color css

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

 a { background-color: rgb(221,107,62); }

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

border-color css

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

 span { border-color: rgb(221,107,62); }

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