Html Css Color HEX #D75D0A Tenne (Tawny)

📋 copy color: '#D75D0A'

red 215 ◦ green 93 ◦ blue 10

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

Shades of Tenne (Tawny) #D75D0A

Tints of Tenne (Tawny) #D75D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.14%

R = 67.61%
G = 29.25%
B = 3.14%

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

#D75D0A (or 0xD75D0A) is known color: Tenne (Tawny). HEX triplet: D7, 5D and 0A. RGB value is (215,93,10). Sum of RGB (Red+Green+Blue) = 215+93+10=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75D0A is #28A2F5. Grayscale: #787878. Windows color (decimal): -2663158 or 679383. OLE color: 679383.

HSL color Cylindrical-coordinate representation of color #D75D0A: hue angle of 24.29º degrees, saturation: 0.91, 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 #D75D0A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 93 10 -
CMYK 0 0.57 0.95 0.16
HSL 24.29º 0.91% 0.44% -
HSV(B) 24.29º 0.95% 0.84% -
XYZ 31.99 22.3 2.9 -
YUV 120.02 65.92 195.75 -
System Red Green Blue C M Y K H S L
Decimal 215 93 10 0 0.57 0.95 0.16 24.29 0.91 0.44
Hex D7 5D A 0 39 5F 10 18 5B 2C
Octal 327 135 12 0 71 137 20 30 133 54
Binary 11010111 1011101 1010 0 111001 1011111 10000 11000 1011011 101100

Color Harmonies of #D75D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75D0A

Black with #D75D0A

Text Example


Text Example

White with #D75D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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