Html Css Color HEX #D75D0B Tenne (Tawny)

📋 copy color: '#D75D0B'

red 215 ◦ green 93 ◦ blue 11

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

Shades of Tenne (Tawny) #D75D0B

Tints of Tenne (Tawny) #D75D0B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.15%

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

R = 67.4%
G = 29.15%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D75D0B (or 0xD75D0B) is known color: Tenne (Tawny). HEX triplet: D7, 5D and 0B. RGB value is (215,93,11). Sum of RGB (Red+Green+Blue) = 215+93+11=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75D0B is #28A2F4. Grayscale: #787878. Windows color (decimal): -2663157 or 744919. OLE color: 744919.

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

Color convert

RGB 215 93 11 -
CMYK 0 0.57 0.95 0.16
HSL 24.12º 0.9% 0.44% -
HSV(B) 24.12º 0.95% 0.84% -
XYZ 32 22.3 2.93 -
YUV 120.13 66.42 195.67 -
System Red Green Blue C M Y K H S L
Decimal 215 93 11 0 0.57 0.95 0.16 24.12 0.9 0.44
Hex D7 5D B 0 39 5F 10 18 5A 2C
Octal 327 135 13 0 71 137 20 30 132 54
Binary 11010111 1011101 1011 0 111001 1011111 10000 11000 1011010 101100

Color Harmonies of #D75D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75D0B

Black with #D75D0B

Text Example


Text Example

White with #D75D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75D0B; }

 p { color: rgb(215,93,11); }

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

background-color css

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

 a { background-color: rgb(215,93,11); }

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

border-color css

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

 span { border-color: rgb(215,93,11); }

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