Html Css Color HEX #DD622F Sorbus

📋 copy color: '#DD622F'

red 221 ◦ green 98 ◦ blue 47

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

Shades of Sorbus #DD622F

Tints of Sorbus #DD622F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.78%

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

R = 60.38%
G = 26.78%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD622F (or 0xDD622F) is known color: Sorbus. HEX triplet: DD, 62 and 2F. RGB value is (221,98,47). Sum of RGB (Red+Green+Blue) = 221+98+47=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD622F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD622F is #229DD0. Grayscale: #818181. Windows color (decimal): -2268625 or 3105501. OLE color: 3105501.

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

Color convert

RGB 221 98 47 -
CMYK 0 0.56 0.79 0.13
HSL 17.59º 0.72% 0.53% -
HSV(B) 17.59º 0.79% 0.87% -
XYZ 34.7 24.31 5.55 -
YUV 128.96 81.75 193.65 -
System Red Green Blue C M Y K H S L
Decimal 221 98 47 0 0.56 0.79 0.13 17.59 0.72 0.53
Hex DD 62 2F 0 38 4F D 12 48 35
Octal 335 142 57 0 70 117 15 22 110 65
Binary 11011101 1100010 101111 0 111000 1001111 1101 10010 1001000 110101

Color Harmonies of #DD622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD622F

Black with #DD622F

Text Example


Text Example

White with #DD622F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD622F; }

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

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

background-color css

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

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

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

border-color css

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

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

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