Html Css Color HEX #DC6232 Sorbus

📋 copy color: '#DC6232'

red 220 ◦ green 98 ◦ blue 50

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

Shades of Sorbus #DC6232

Tints of Sorbus #DC6232

RGB

 RED value IS 220 (86.33% from 255) = 59.78%

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

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

R = 59.78%
G = 26.63%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC6232 (or 0xDC6232) is known color: Sorbus. HEX triplet: DC, 62 and 32. RGB value is (220,98,50). Sum of RGB (Red+Green+Blue) = 220+98+50=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6232 is #239DCD. Grayscale: #818181. Windows color (decimal): -2334158 or 3302108. OLE color: 3302108.

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

Color convert

RGB 220 98 50 -
CMYK 0 0.55 0.77 0.14
HSL 16.94º 0.71% 0.53% -
HSV(B) 16.94º 0.77% 0.86% -
XYZ 34.46 24.18 5.87 -
YUV 129.01 83.42 192.9 -
System Red Green Blue C M Y K H S L
Decimal 220 98 50 0 0.55 0.77 0.14 16.94 0.71 0.53
Hex DC 62 32 0 37 4D E 11 47 35
Octal 334 142 62 0 67 115 16 21 107 65
Binary 11011100 1100010 110010 0 110111 1001101 1110 10001 1000111 110101

Color Harmonies of #DC6232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6232

Black with #DC6232

Text Example


Text Example

White with #DC6232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6232; }

 p { color: rgb(220,98,50); }

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

background-color css

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

 a { background-color: rgb(220,98,50); }

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

border-color css

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

 span { border-color: rgb(220,98,50); }

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