Html Css Color HEX #D75308 Tenne (Tawny)

📋 copy color: '#D75308'

red 215 ◦ green 83 ◦ blue 8

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

Shades of Tenne (Tawny) #D75308

Tints of Tenne (Tawny) #D75308

RGB

 RED value IS 215 (84.38% from 255) = 70.26%

 GREEN value IS 83 (32.81% from 255) = 27.12%

 BLUE value IS 8 (3.52% from 255) = 2.61%

R = 70.26%
G = 27.12%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D75308 (or 0xD75308) is known color: Tenne (Tawny). HEX triplet: D7, 53 and 08. RGB value is (215,83,8). Sum of RGB (Red+Green+Blue) = 215+83+8=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D75308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75308 is #28ACF7. Grayscale: #727272. Windows color (decimal): -2665720 or 545751. OLE color: 545751.

HSL color Cylindrical-coordinate representation of color #D75308: hue angle of 21.74º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D75308 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 83 8 -
CMYK 0 0.61 0.96 0.16
HSL 21.74º 0.93% 0.44% -
HSV(B) 21.74º 0.96% 0.84% -
XYZ 31.16 20.65 2.57 -
YUV 113.92 68.23 200.1 -
System Red Green Blue C M Y K H S L
Decimal 215 83 8 0 0.61 0.96 0.16 21.74 0.93 0.44
Hex D7 53 8 0 3D 60 10 16 5D 2C
Octal 327 123 10 0 75 140 20 26 135 54
Binary 11010111 1010011 1000 0 111101 1100000 10000 10110 1011101 101100

Color Harmonies of #D75308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75308

Black with #D75308

Text Example


Text Example

White with #D75308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75308; }

 p { color: rgb(215,83,8); }

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

background-color css

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

 a { background-color: rgb(215,83,8); }

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

border-color css

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

 span { border-color: rgb(215,83,8); }

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