Html Css Color HEX #D76302 Tenne (Tawny)

📋 copy color: '#D76302'

red 215 ◦ green 99 ◦ blue 2

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

Shades of Tenne (Tawny) #D76302

Tints of Tenne (Tawny) #D76302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.33%

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

R = 68.04%
G = 31.33%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D76302 (or 0xD76302) is known color: Tenne (Tawny). HEX triplet: D7, 63 and 02. RGB value is (215,99,2). Sum of RGB (Red+Green+Blue) = 215+99+2=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D76302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76302 is #289CFD. Grayscale: #7B7B7B. Windows color (decimal): -2661630 or 156631. OLE color: 156631.

HSL color Cylindrical-coordinate representation of color #D76302: hue angle of 27.32º 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 #D76302 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 99 2 -
CMYK 0 0.54 0.99 0.16
HSL 27.32º 0.98% 0.43% -
HSV(B) 27.32º 0.99% 0.84% -
XYZ 32.5 23.38 2.86 -
YUV 122.63 59.93 193.89 -
System Red Green Blue C M Y K H S L
Decimal 215 99 2 0 0.54 0.99 0.16 27.32 0.98 0.43
Hex D7 63 2 0 36 63 10 1B 62 2B
Octal 327 143 2 0 66 143 20 33 142 53
Binary 11010111 1100011 10 0 110110 1100011 10000 11011 1100010 101011

Color Harmonies of #D76302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76302

Black with #D76302

Text Example


Text Example

White with #D76302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76302; }

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

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

background-color css

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

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

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

border-color css

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

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

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