Html Css Color HEX #DD642F Sorbus

📋 copy color: '#DD642F'

red 221 ◦ green 100 ◦ blue 47

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

Shades of Sorbus #DD642F

Tints of Sorbus #DD642F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.17%

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

R = 60.05%
G = 27.17%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD642F (or 0xDD642F) is known color: Sorbus. HEX triplet: DD, 64 and 2F. RGB value is (221,100,47). Sum of RGB (Red+Green+Blue) = 221+100+47=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD642F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD642F is #229BD0. Grayscale: #828282. Windows color (decimal): -2268113 or 3106013. OLE color: 3106013.

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

Color convert

RGB 221 100 47 -
CMYK 0 0.55 0.79 0.13
HSL 18.28º 0.72% 0.53% -
HSV(B) 18.28º 0.79% 0.87% -
XYZ 34.89 24.69 5.62 -
YUV 130.14 81.09 192.81 -
System Red Green Blue C M Y K H S L
Decimal 221 100 47 0 0.55 0.79 0.13 18.28 0.72 0.53
Hex DD 64 2F 0 37 4F D 12 48 35
Octal 335 144 57 0 67 117 15 22 110 65
Binary 11011101 1100100 101111 0 110111 1001111 1101 10010 1001000 110101

Color Harmonies of #DD642F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD642F

Black with #DD642F

Text Example


Text Example

White with #DD642F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD642F; }

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

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

background-color css

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

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

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

border-color css

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

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

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