Html Css Color HEX #DD6C3E Sorbus

📋 copy color: '#DD6C3E'

red 221 ◦ green 108 ◦ blue 62

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

Shades of Sorbus #DD6C3E

Tints of Sorbus #DD6C3E

RGB

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

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

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

R = 56.52%
G = 27.62%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD6C3E (or 0xDD6C3E) is known color: Sorbus. HEX triplet: DD, 6C and 3E. RGB value is (221,108,62). Sum of RGB (Red+Green+Blue) = 221+108+62=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6C3E is #2293C1. Grayscale: #888888. Windows color (decimal): -2266050 or 4091101. OLE color: 4091101.

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

Color convert

RGB 221 108 62 -
CMYK 0 0.51 0.72 0.13
HSL 17.36º 0.7% 0.55% -
HSV(B) 17.36º 0.72% 0.87% -
XYZ 36.05 26.45 7.76 -
YUV 136.54 85.94 188.24 -
System Red Green Blue C M Y K H S L
Decimal 221 108 62 0 0.51 0.72 0.13 17.36 0.7 0.55
Hex DD 6C 3E 0 33 48 D 11 46 37
Octal 335 154 76 0 63 110 15 21 106 67
Binary 11011101 1101100 111110 0 110011 1001000 1101 10001 1000110 110111

Color Harmonies of #DD6C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6C3E

Black with #DD6C3E

Text Example


Text Example

White with #DD6C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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