Html Css Color HEX #DB533B Dark Coral

📋 copy color: '#DB533B'

red 219 ◦ green 83 ◦ blue 59

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

Shades of Dark Coral #DB533B

Tints of Dark Coral #DB533B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.99%

 BLUE value IS 59 (23.44% from 255) = 16.34%

R = 60.66%
G = 22.99%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB533B (or 0xDB533B) is known color: Dark Coral. HEX triplet: DB, 53 and 3B. RGB value is (219,83,59). Sum of RGB (Red+Green+Blue) = 219+83+59=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB533B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB533B is #24ACC4. Grayscale: #797979. Windows color (decimal): -2403525 or 3888091. OLE color: 3888091.

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

Color convert

RGB 219 83 59 -
CMYK 0 0.62 0.73 0.14
HSL 0.69% 0.55% -
HSV(B) 0.73% 0.86% -
XYZ 33.1 21.56 6.56 -
YUV 120.93 93.06 197.95 -
System Red Green Blue C M Y K H S L
Decimal 219 83 59 0 0.62 0.73 0.14 9 0.69 0.55
Hex DB 53 3B 0 3E 49 E 9 45 37
Octal 333 123 73 0 76 111 16 11 105 67
Binary 11011011 1010011 111011 0 111110 1001001 1110 1001 1000101 110111

Color Harmonies of #DB533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB533B

Black with #DB533B

Text Example


Text Example

White with #DB533B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB533B; }

 p { color: rgb(219,83,59); }

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

background-color css

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

 a { background-color: rgb(219,83,59); }

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

border-color css

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

 span { border-color: rgb(219,83,59); }

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