Html Css Color HEX #DB6235 Sorbus

📋 copy color: '#DB6235'

red 219 ◦ green 98 ◦ blue 53

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

Shades of Sorbus #DB6235

Tints of Sorbus #DB6235

RGB

 RED value IS 219 (85.94% from 255) = 59.19%

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

 BLUE value IS 53 (21.09% from 255) = 14.32%

R = 59.19%
G = 26.49%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB6235 (or 0xDB6235) is known color: Sorbus. HEX triplet: DB, 62 and 35. RGB value is (219,98,53). Sum of RGB (Red+Green+Blue) = 219+98+53=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6235 is #249DCA. Grayscale: #818181. Windows color (decimal): -2399691 or 3498715. OLE color: 3498715.

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

Color convert

RGB 219 98 53 -
CMYK 0 0.55 0.76 0.14
HSL 16.27º 0.7% 0.53% -
HSV(B) 16.27º 0.76% 0.86% -
XYZ 34.22 24.05 6.21 -
YUV 129.05 85.09 192.16 -
System Red Green Blue C M Y K H S L
Decimal 219 98 53 0 0.55 0.76 0.14 16.27 0.7 0.53
Hex DB 62 35 0 37 4C E 10 46 35
Octal 333 142 65 0 67 114 16 20 106 65
Binary 11011011 1100010 110101 0 110111 1001100 1110 10000 1000110 110101

Color Harmonies of #DB6235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6235

Black with #DB6235

Text Example


Text Example

White with #DB6235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6235; }

 p { color: rgb(219,98,53); }

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

background-color css

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

 a { background-color: rgb(219,98,53); }

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

border-color css

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

 span { border-color: rgb(219,98,53); }

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