Html Css Color HEX #DA530D Tenne (Tawny)

📋 copy color: '#DA530D'

red 218 ◦ green 83 ◦ blue 13

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

Shades of Tenne (Tawny) #DA530D

Tints of Tenne (Tawny) #DA530D

RGB

 RED value IS 218 (85.55% from 255) = 69.43%

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

 BLUE value IS 13 (5.47% from 255) = 4.14%

R = 69.43%
G = 26.43%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA530D (or 0xDA530D) is known color: Tenne (Tawny). HEX triplet: DA, 53 and 0D. RGB value is (218,83,13). Sum of RGB (Red+Green+Blue) = 218+83+13=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA530D is #25ACF2. Grayscale: #737373. Windows color (decimal): -2469107 or 873434. OLE color: 873434.

HSL color Cylindrical-coordinate representation of color #DA530D: hue angle of 20.49º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA530D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 83 13 -
CMYK 0 0.62 0.94 0.15
HSL 20.49º 0.89% 0.45% -
HSV(B) 20.49º 0.94% 0.85% -
XYZ 32.08 21.12 2.77 -
YUV 115.39 70.23 201.19 -
System Red Green Blue C M Y K H S L
Decimal 218 83 13 0 0.62 0.94 0.15 20.49 0.89 0.45
Hex DA 53 D 0 3E 5E F 14 59 2D
Octal 332 123 15 0 76 136 17 24 131 55
Binary 11011010 1010011 1101 0 111110 1011110 1111 10100 1011001 101101

Color Harmonies of #DA530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA530D

Black with #DA530D

Text Example


Text Example

White with #DA530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA530D; }

 p { color: rgb(218,83,13); }

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

background-color css

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

 a { background-color: rgb(218,83,13); }

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

border-color css

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

 span { border-color: rgb(218,83,13); }

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