Html Css Color HEX #DB630A Tenne (Tawny)

📋 copy color: '#DB630A'

red 219 ◦ green 99 ◦ blue 10

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

Shades of Tenne (Tawny) #DB630A

Tints of Tenne (Tawny) #DB630A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.18%

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

R = 66.77%
G = 30.18%
B = 3.05%

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

#DB630A (or 0xDB630A) is known color: Tenne (Tawny). HEX triplet: DB, 63 and 0A. RGB value is (219,99,10). Sum of RGB (Red+Green+Blue) = 219+99+10=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB630A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB630A is #249CF5. Grayscale: #7D7D7D. Windows color (decimal): -2399478 or 680923. OLE color: 680923.

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

Color convert

RGB 219 99 10 -
CMYK 0 0.55 0.95 0.14
HSL 25.55º 0.91% 0.45% -
HSV(B) 25.55º 0.95% 0.86% -
XYZ 33.73 24.01 3.14 -
YUV 124.73 63.26 195.24 -
System Red Green Blue C M Y K H S L
Decimal 219 99 10 0 0.55 0.95 0.14 25.55 0.91 0.45
Hex DB 63 A 0 37 5F E 1A 5B 2D
Octal 333 143 12 0 67 137 16 32 133 55
Binary 11011011 1100011 1010 0 110111 1011111 1110 11010 1011011 101101

Color Harmonies of #DB630A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB630A

Black with #DB630A

Text Example


Text Example

White with #DB630A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB630A; }

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

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

background-color css

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

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

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

border-color css

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

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

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