Html Css Color HEX #DD662F Sorbus

📋 copy color: '#DD662F'

red 221 ◦ green 102 ◦ blue 47

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

Shades of Sorbus #DD662F

Tints of Sorbus #DD662F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.57%

 BLUE value IS 47 (18.75% from 255) = 12.7%

R = 59.73%
G = 27.57%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD662F (or 0xDD662F) is known color: Sorbus. HEX triplet: DD, 66 and 2F. RGB value is (221,102,47). Sum of RGB (Red+Green+Blue) = 221+102+47=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD662F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD662F is #2299D0. Grayscale: #838383. Windows color (decimal): -2267601 or 3106525. OLE color: 3106525.

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

Color convert

RGB 221 102 47 -
CMYK 0 0.54 0.79 0.13
HSL 18.97º 0.72% 0.53% -
HSV(B) 18.97º 0.79% 0.87% -
XYZ 35.08 25.08 5.68 -
YUV 131.31 80.42 191.97 -
System Red Green Blue C M Y K H S L
Decimal 221 102 47 0 0.54 0.79 0.13 18.97 0.72 0.53
Hex DD 66 2F 0 36 4F D 13 48 35
Octal 335 146 57 0 66 117 15 23 110 65
Binary 11011101 1100110 101111 0 110110 1001111 1101 10011 1001000 110101

Color Harmonies of #DD662F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD662F

Black with #DD662F

Text Example


Text Example

White with #DD662F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD662F; }

 p { color: rgb(221,102,47); }

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

background-color css

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

 a { background-color: rgb(221,102,47); }

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

border-color css

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

 span { border-color: rgb(221,102,47); }

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