Html Css Color HEX #DB620A Tenne (Tawny)

📋 copy color: '#DB620A'

red 219 ◦ green 98 ◦ blue 10

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

Shades of Tenne (Tawny) #DB620A

Tints of Tenne (Tawny) #DB620A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.97%

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

R = 66.97%
G = 29.97%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB620A (or 0xDB620A) is known color: Tenne (Tawny). HEX triplet: DB, 62 and 0A. RGB value is (219,98,10). Sum of RGB (Red+Green+Blue) = 219+98+10=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB620A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB620A is #249DF5. Grayscale: #7C7C7C. Windows color (decimal): -2399734 or 680667. OLE color: 680667.

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

Color convert

RGB 219 98 10 -
CMYK 0 0.55 0.95 0.14
HSL 25.26º 0.91% 0.45% -
HSV(B) 25.26º 0.95% 0.86% -
XYZ 33.64 23.82 3.11 -
YUV 124.15 63.59 195.66 -
System Red Green Blue C M Y K H S L
Decimal 219 98 10 0 0.55 0.95 0.14 25.26 0.91 0.45
Hex DB 62 A 0 37 5F E 19 5B 2D
Octal 333 142 12 0 67 137 16 31 133 55
Binary 11011011 1100010 1010 0 110111 1011111 1110 11001 1011011 101101

Color Harmonies of #DB620A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB620A

Black with #DB620A

Text Example


Text Example

White with #DB620A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB620A; }

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

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

background-color css

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

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

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

border-color css

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

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

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