Html Css Color HEX #DB630B Tenne (Tawny)

📋 copy color: '#DB630B'

red 219 ◦ green 99 ◦ blue 11

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

Shades of Tenne (Tawny) #DB630B

Tints of Tenne (Tawny) #DB630B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.34%

R = 66.57%
G = 30.09%
B = 3.34%

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

#DB630B (or 0xDB630B) is known color: Tenne (Tawny). HEX triplet: DB, 63 and 0B. RGB value is (219,99,11). Sum of RGB (Red+Green+Blue) = 219+99+11=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB630B is #249CF4. Grayscale: #7D7D7D. Windows color (decimal): -2399477 or 746459. OLE color: 746459.

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

Color convert

RGB 219 99 11 -
CMYK 0 0.55 0.95 0.14
HSL 25.38º 0.9% 0.45% -
HSV(B) 25.38º 0.95% 0.86% -
XYZ 33.74 24.01 3.17 -
YUV 124.85 63.76 195.16 -
System Red Green Blue C M Y K H S L
Decimal 219 99 11 0 0.55 0.95 0.14 25.38 0.9 0.45
Hex DB 63 B 0 37 5F E 19 5A 2D
Octal 333 143 13 0 67 137 16 31 132 55
Binary 11011011 1100011 1011 0 110111 1011111 1110 11001 1011010 101101

Color Harmonies of #DB630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB630B

Black with #DB630B

Text Example


Text Example

White with #DB630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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