Html Css Color HEX #DD6436 Sorbus

📋 copy color: '#DD6436'

red 221 ◦ green 100 ◦ blue 54

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

Shades of Sorbus #DD6436

Tints of Sorbus #DD6436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.4%

R = 58.93%
G = 26.67%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD6436 (or 0xDD6436) is known color: Sorbus. HEX triplet: DD, 64 and 36. RGB value is (221,100,54). Sum of RGB (Red+Green+Blue) = 221+100+54=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6436 is #229BC9. Grayscale: #838383. Windows color (decimal): -2268106 or 3564765. OLE color: 3564765.

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

Color convert

RGB 221 100 54 -
CMYK 0 0.55 0.76 0.13
HSL 16.53º 0.71% 0.54% -
HSV(B) 16.53º 0.76% 0.87% -
XYZ 35.04 24.75 6.42 -
YUV 130.94 84.59 192.24 -
System Red Green Blue C M Y K H S L
Decimal 221 100 54 0 0.55 0.76 0.13 16.53 0.71 0.54
Hex DD 64 36 0 37 4C D 11 47 36
Octal 335 144 66 0 67 114 15 21 107 66
Binary 11011101 1100100 110110 0 110111 1001100 1101 10001 1000111 110110

Color Harmonies of #DD6436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6436

Black with #DD6436

Text Example


Text Example

White with #DD6436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6436; }

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

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

background-color css

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

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

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

border-color css

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

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

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