Html Css Color HEX #DB6302 Tenne (Tawny)

📋 copy color: '#DB6302'

red 219 ◦ green 99 ◦ blue 2

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

Shades of Tenne (Tawny) #DB6302

Tints of Tenne (Tawny) #DB6302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 68.44%
G = 30.94%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB6302 (or 0xDB6302) is known color: Tenne (Tawny). HEX triplet: DB, 63 and 02. RGB value is (219,99,2). Sum of RGB (Red+Green+Blue) = 219+99+2=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6302 is #249CFD. Grayscale: #7C7C7C. Windows color (decimal): -2399486 or 156635. OLE color: 156635.

HSL color Cylindrical-coordinate representation of color #DB6302: hue angle of 26.82º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB6302 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 99 2 -
CMYK 0 0.55 0.99 0.14
HSL 26.82º 0.98% 0.43% -
HSV(B) 26.82º 0.99% 0.86% -
XYZ 33.69 23.99 2.91 -
YUV 123.82 59.26 195.89 -
System Red Green Blue C M Y K H S L
Decimal 219 99 2 0 0.55 0.99 0.14 26.82 0.98 0.43
Hex DB 63 2 0 37 63 E 1B 62 2B
Octal 333 143 2 0 67 143 16 33 142 53
Binary 11011011 1100011 10 0 110111 1100011 1110 11011 1100010 101011

Color Harmonies of #DB6302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6302

Black with #DB6302

Text Example


Text Example

White with #DB6302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6302; }

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

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

background-color css

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

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

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

border-color css

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

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

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