Html Css Color HEX #DB530C Tenne (Tawny)

📋 copy color: '#DB530C'

red 219 ◦ green 83 ◦ blue 12

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

Shades of Tenne (Tawny) #DB530C

Tints of Tenne (Tawny) #DB530C

RGB

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

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

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

R = 69.75%
G = 26.43%
B = 3.82%

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

#DB530C (or 0xDB530C) is known color: Tenne (Tawny). HEX triplet: DB, 53 and 0C. RGB value is (219,83,12). Sum of RGB (Red+Green+Blue) = 219+83+12=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB530C is #24ACF3. Grayscale: #737373. Windows color (decimal): -2403572 or 807899. OLE color: 807899.

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

Color convert

RGB 219 83 12 -
CMYK 0 0.62 0.95 0.14
HSL 20.58º 0.9% 0.45% -
HSV(B) 20.58º 0.95% 0.86% -
XYZ 32.37 21.27 2.75 -
YUV 115.57 69.56 201.77 -
System Red Green Blue C M Y K H S L
Decimal 219 83 12 0 0.62 0.95 0.14 20.58 0.9 0.45
Hex DB 53 C 0 3E 5F E 15 5A 2D
Octal 333 123 14 0 76 137 16 25 132 55
Binary 11011011 1010011 1100 0 111110 1011111 1110 10101 1011010 101101

Color Harmonies of #DB530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB530C

Black with #DB530C

Text Example


Text Example

White with #DB530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB530C; }

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

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

background-color css

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

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

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

border-color css

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

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

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