Html Css Color HEX #DA600B Tenne (Tawny)

📋 copy color: '#DA600B'

red 218 ◦ green 96 ◦ blue 11

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

Shades of Tenne (Tawny) #DA600B

Tints of Tenne (Tawny) #DA600B

RGB

 RED value IS 218 (85.55% from 255) = 67.08%

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

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

R = 67.08%
G = 29.54%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA600B (or 0xDA600B) is known color: Tenne (Tawny). HEX triplet: DA, 60 and 0B. RGB value is (218,96,11). Sum of RGB (Red+Green+Blue) = 218+96+11=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA600B is #259FF4. Grayscale: #7B7B7B. Windows color (decimal): -2465781 or 745690. OLE color: 745690.

HSL color Cylindrical-coordinate representation of color #DA600B: hue angle of 24.64º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA600B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 96 11 -
CMYK 0 0.56 0.95 0.15
HSL 24.64º 0.9% 0.45% -
HSV(B) 24.64º 0.95% 0.85% -
XYZ 33.16 23.3 3.07 -
YUV 122.79 64.92 195.91 -
System Red Green Blue C M Y K H S L
Decimal 218 96 11 0 0.56 0.95 0.15 24.64 0.9 0.45
Hex DA 60 B 0 38 5F F 19 5A 2D
Octal 332 140 13 0 70 137 17 31 132 55
Binary 11011010 1100000 1011 0 111000 1011111 1111 11001 1011010 101101

Color Harmonies of #DA600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA600B

Black with #DA600B

Text Example


Text Example

White with #DA600B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA600B; }

 p { color: rgb(218,96,11); }

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

background-color css

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

 a { background-color: rgb(218,96,11); }

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

border-color css

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

 span { border-color: rgb(218,96,11); }

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