Html Css Color HEX #DC6233 Sorbus

📋 copy color: '#DC6233'

red 220 ◦ green 98 ◦ blue 51

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

Shades of Sorbus #DC6233

Tints of Sorbus #DC6233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.82%

R = 59.62%
G = 26.56%
B = 13.82%

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

#DC6233 (or 0xDC6233) is known color: Sorbus. HEX triplet: DC, 62 and 33. RGB value is (220,98,51). Sum of RGB (Red+Green+Blue) = 220+98+51=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6233 is #239DCC. Grayscale: #818181. Windows color (decimal): -2334157 or 3367644. OLE color: 3367644.

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

Color convert

RGB 220 98 51 -
CMYK 0 0.55 0.77 0.14
HSL 16.69º 0.71% 0.53% -
HSV(B) 16.69º 0.77% 0.86% -
XYZ 34.48 24.19 5.98 -
YUV 129.12 83.92 192.82 -
System Red Green Blue C M Y K H S L
Decimal 220 98 51 0 0.55 0.77 0.14 16.69 0.71 0.53
Hex DC 62 33 0 37 4D E 11 47 35
Octal 334 142 63 0 67 115 16 21 107 65
Binary 11011100 1100010 110011 0 110111 1001101 1110 10001 1000111 110101

Color Harmonies of #DC6233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6233

Black with #DC6233

Text Example


Text Example

White with #DC6233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6233; }

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

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

background-color css

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

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

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

border-color css

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

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

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