Html Css Color HEX #D75C04 Tenne (Tawny)

📋 copy color: '#D75C04'

red 215 ◦ green 92 ◦ blue 4

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

Shades of Tenne (Tawny) #D75C04

Tints of Tenne (Tawny) #D75C04

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.58%

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 69.13%
G = 29.58%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D75C04 (or 0xD75C04) is known color: Tenne (Tawny). HEX triplet: D7, 5C and 04. RGB value is (215,92,4). Sum of RGB (Red+Green+Blue) = 215+92+4=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75C04 is #28A3FB. Grayscale: #777777. Windows color (decimal): -2663420 or 285911. OLE color: 285911.

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

Color convert

RGB 215 92 4 -
CMYK 0 0.57 0.98 0.16
HSL 25.02º 0.96% 0.43% -
HSV(B) 25.02º 0.98% 0.84% -
XYZ 31.87 22.11 2.7 -
YUV 118.75 63.25 196.66 -
System Red Green Blue C M Y K H S L
Decimal 215 92 4 0 0.57 0.98 0.16 25.02 0.96 0.43
Hex D7 5C 4 0 39 62 10 19 60 2B
Octal 327 134 4 0 71 142 20 31 140 53
Binary 11010111 1011100 100 0 111001 1100010 10000 11001 1100000 101011

Color Harmonies of #D75C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75C04

Black with #D75C04

Text Example


Text Example

White with #D75C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75C04; }

 p { color: rgb(215,92,4); }

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

background-color css

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

 a { background-color: rgb(215,92,4); }

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

border-color css

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

 span { border-color: rgb(215,92,4); }

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