Html Css Color HEX #DB540C Tenne (Tawny)

📋 copy color: '#DB540C'

red 219 ◦ green 84 ◦ blue 12

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

Shades of Tenne (Tawny) #DB540C

Tints of Tenne (Tawny) #DB540C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.67%

 BLUE value IS 12 (5.08% from 255) = 3.81%

R = 69.52%
G = 26.67%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB540C (or 0xDB540C) is known color: Tenne (Tawny). HEX triplet: DB, 54 and 0C. RGB value is (219,84,12). Sum of RGB (Red+Green+Blue) = 219+84+12=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB540C is #24ABF3. Grayscale: #747474. Windows color (decimal): -2403316 or 808155. OLE color: 808155.

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

Color convert

RGB 219 84 12 -
CMYK 0 0.62 0.95 0.14
HSL 20.87º 0.9% 0.45% -
HSV(B) 20.87º 0.95% 0.86% -
XYZ 32.45 21.43 2.77 -
YUV 116.16 69.23 201.35 -
System Red Green Blue C M Y K H S L
Decimal 219 84 12 0 0.62 0.95 0.14 20.87 0.9 0.45
Hex DB 54 C 0 3E 5F E 15 5A 2D
Octal 333 124 14 0 76 137 16 25 132 55
Binary 11011011 1010100 1100 0 111110 1011111 1110 10101 1011010 101101

Color Harmonies of #DB540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB540C

Black with #DB540C

Text Example


Text Example

White with #DB540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB540C; }

 p { color: rgb(219,84,12); }

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

background-color css

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

 a { background-color: rgb(219,84,12); }

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

border-color css

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

 span { border-color: rgb(219,84,12); }

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