Html Css Color HEX #DB600C Tenne (Tawny)

📋 copy color: '#DB600C'

red 219 ◦ green 96 ◦ blue 12

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

Shades of Tenne (Tawny) #DB600C

Tints of Tenne (Tawny) #DB600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.36%

 BLUE value IS 12 (5.08% from 255) = 3.67%

R = 66.97%
G = 29.36%
B = 3.67%

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

#DB600C (or 0xDB600C) is known color: Tenne (Tawny). HEX triplet: DB, 60 and 0C. RGB value is (219,96,12). Sum of RGB (Red+Green+Blue) = 219+96+12=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB600C is #249FF3. Grayscale: #7B7B7B. Windows color (decimal): -2400244 or 811227. OLE color: 811227.

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

Color convert

RGB 219 96 12 -
CMYK 0 0.56 0.95 0.14
HSL 24.35º 0.9% 0.45% -
HSV(B) 24.35º 0.95% 0.86% -
XYZ 33.46 23.45 3.11 -
YUV 123.2 65.25 196.33 -
System Red Green Blue C M Y K H S L
Decimal 219 96 12 0 0.56 0.95 0.14 24.35 0.9 0.45
Hex DB 60 C 0 38 5F E 18 5A 2D
Octal 333 140 14 0 70 137 16 30 132 55
Binary 11011011 1100000 1100 0 111000 1011111 1110 11000 1011010 101101

Color Harmonies of #DB600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB600C

Black with #DB600C

Text Example


Text Example

White with #DB600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB600C; }

 p { color: rgb(219,96,12); }

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

background-color css

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

 a { background-color: rgb(219,96,12); }

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

border-color css

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

 span { border-color: rgb(219,96,12); }

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