Html Css Color HEX #DB6234 Sorbus

📋 copy color: '#DB6234'

red 219 ◦ green 98 ◦ blue 52

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

Shades of Sorbus #DB6234

Tints of Sorbus #DB6234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.09%

R = 59.35%
G = 26.56%
B = 14.09%

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

#DB6234 (or 0xDB6234) is known color: Sorbus. HEX triplet: DB, 62 and 34. RGB value is (219,98,52). Sum of RGB (Red+Green+Blue) = 219+98+52=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6234 is #249DCB. Grayscale: #818181. Windows color (decimal): -2399692 or 3433179. OLE color: 3433179.

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

Color convert

RGB 219 98 52 -
CMYK 0 0.55 0.76 0.14
HSL 16.53º 0.7% 0.53% -
HSV(B) 16.53º 0.76% 0.86% -
XYZ 34.2 24.04 6.09 -
YUV 128.94 84.59 192.24 -
System Red Green Blue C M Y K H S L
Decimal 219 98 52 0 0.55 0.76 0.14 16.53 0.7 0.53
Hex DB 62 34 0 37 4C E 11 46 35
Octal 333 142 64 0 67 114 16 21 106 65
Binary 11011011 1100010 110100 0 110111 1001100 1110 10001 1000110 110101

Color Harmonies of #DB6234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6234

Black with #DB6234

Text Example


Text Example

White with #DB6234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6234; }

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

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

background-color css

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

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

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

border-color css

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

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

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