Html Css Color HEX #D75402 Tenne (Tawny)

📋 copy color: '#D75402'

red 215 ◦ green 84 ◦ blue 2

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

Shades of Tenne (Tawny) #D75402

Tints of Tenne (Tawny) #D75402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.91%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 71.43%
G = 27.91%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D75402 (or 0xD75402) is known color: Tenne (Tawny). HEX triplet: D7, 54 and 02. RGB value is (215,84,2). Sum of RGB (Red+Green+Blue) = 215+84+2=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D75402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75402 is #28ABFD. Grayscale: #727272. Windows color (decimal): -2665470 or 152791. OLE color: 152791.

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

Color convert

RGB 215 84 2 -
CMYK 0 0.61 0.99 0.16
HSL 23.1º 0.98% 0.43% -
HSV(B) 23.1º 0.99% 0.84% -
XYZ 31.21 20.79 2.43 -
YUV 113.82 64.9 200.17 -
System Red Green Blue C M Y K H S L
Decimal 215 84 2 0 0.61 0.99 0.16 23.1 0.98 0.43
Hex D7 54 2 0 3D 63 10 17 62 2B
Octal 327 124 2 0 75 143 20 27 142 53
Binary 11010111 1010100 10 0 111101 1100011 10000 10111 1100010 101011

Color Harmonies of #D75402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75402

Black with #D75402

Text Example


Text Example

White with #D75402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75402; }

 p { color: rgb(215,84,2); }

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

background-color css

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

 a { background-color: rgb(215,84,2); }

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

border-color css

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

 span { border-color: rgb(215,84,2); }

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