Html Css Color HEX #DB610A Tenne (Tawny)

📋 copy color: '#DB610A'

red 219 ◦ green 97 ◦ blue 10

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

Shades of Tenne (Tawny) #DB610A

Tints of Tenne (Tawny) #DB610A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

 BLUE value IS 10 (4.3% from 255) = 3.07%

R = 67.18%
G = 29.75%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB610A (or 0xDB610A) is known color: Tenne (Tawny). HEX triplet: DB, 61 and 0A. RGB value is (219,97,10). Sum of RGB (Red+Green+Blue) = 219+97+10=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB610A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB610A is #249EF5. Grayscale: #7C7C7C. Windows color (decimal): -2399990 or 680411. OLE color: 680411.

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

Color convert

RGB 219 97 10 -
CMYK 0 0.56 0.95 0.14
HSL 24.98º 0.91% 0.45% -
HSV(B) 24.98º 0.95% 0.86% -
XYZ 33.54 23.63 3.08 -
YUV 123.56 63.92 196.07 -
System Red Green Blue C M Y K H S L
Decimal 219 97 10 0 0.56 0.95 0.14 24.98 0.91 0.45
Hex DB 61 A 0 38 5F E 19 5B 2D
Octal 333 141 12 0 70 137 16 31 133 55
Binary 11011011 1100001 1010 0 111000 1011111 1110 11001 1011011 101101

Color Harmonies of #DB610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB610A

Black with #DB610A

Text Example


Text Example

White with #DB610A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB610A; }

 p { color: rgb(219,97,10); }

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

background-color css

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

 a { background-color: rgb(219,97,10); }

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

border-color css

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

 span { border-color: rgb(219,97,10); }

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