Html Css Color HEX #DD6F3E Sorbus

📋 copy color: '#DD6F3E'

red 221 ◦ green 111 ◦ blue 62

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

Shades of Sorbus #DD6F3E

Tints of Sorbus #DD6F3E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.17%

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

R = 56.09%
G = 28.17%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD6F3E (or 0xDD6F3E) is known color: Sorbus. HEX triplet: DD, 6F and 3E. RGB value is (221,111,62). Sum of RGB (Red+Green+Blue) = 221+111+62=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6F3E is #2290C1. Grayscale: #8A8A8A. Windows color (decimal): -2265282 or 4091869. OLE color: 4091869.

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

Color convert

RGB 221 111 62 -
CMYK 0 0.50 0.72 0.13
HSL 18.49º 0.7% 0.55% -
HSV(B) 18.49º 0.72% 0.87% -
XYZ 36.37 27.09 7.87 -
YUV 138.3 84.94 186.98 -
System Red Green Blue C M Y K H S L
Decimal 221 111 62 0 0.50 0.72 0.13 18.49 0.7 0.55
Hex DD 6F 3E 0 32 48 D 12 46 37
Octal 335 157 76 0 62 110 15 22 106 67
Binary 11011101 1101111 111110 0 110010 1001000 1101 10010 1000110 110111

Color Harmonies of #DD6F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6F3E

Black with #DD6F3E

Text Example


Text Example

White with #DD6F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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