Html Css Color HEX #DE6532 Sorbus

📋 copy color: '#DE6532'

red 222 ◦ green 101 ◦ blue 50

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

Shades of Sorbus #DE6532

Tints of Sorbus #DE6532

RGB

 RED value IS 222 (87.11% from 255) = 59.52%

 GREEN value IS 101 (39.84% from 255) = 27.08%

 BLUE value IS 50 (19.92% from 255) = 13.4%

R = 59.52%
G = 27.08%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE6532 (or 0xDE6532) is known color: Sorbus. HEX triplet: DE, 65 and 32. RGB value is (222,101,50). Sum of RGB (Red+Green+Blue) = 222+101+50=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6532 is #219ACD. Grayscale: #838383. Windows color (decimal): -2202318 or 3302878. OLE color: 3302878.

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

Color convert

RGB 222 101 50 -
CMYK 0 0.55 0.77 0.13
HSL 17.79º 0.72% 0.53% -
HSV(B) 17.79º 0.77% 0.87% -
XYZ 35.35 25.07 5.99 -
YUV 131.37 82.09 192.65 -
System Red Green Blue C M Y K H S L
Decimal 222 101 50 0 0.55 0.77 0.13 17.79 0.72 0.53
Hex DE 65 32 0 37 4D D 12 48 35
Octal 336 145 62 0 67 115 15 22 110 65
Binary 11011110 1100101 110010 0 110111 1001101 1101 10010 1001000 110101

Color Harmonies of #DE6532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6532

Black with #DE6532

Text Example


Text Example

White with #DE6532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6532; }

 p { color: rgb(222,101,50); }

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

background-color css

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

 a { background-color: rgb(222,101,50); }

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

border-color css

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

 span { border-color: rgb(222,101,50); }

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