Html Css Color HEX #D76002 Tenne (Tawny)

📋 copy color: '#D76002'

red 215 ◦ green 96 ◦ blue 2

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

Shades of Tenne (Tawny) #D76002

Tints of Tenne (Tawny) #D76002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

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

R = 68.69%
G = 30.67%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D76002 (or 0xD76002) is known color: Tenne (Tawny). HEX triplet: D7, 60 and 02. RGB value is (215,96,2). Sum of RGB (Red+Green+Blue) = 215+96+2=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D76002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76002 is #289FFD. Grayscale: #797979. Windows color (decimal): -2662398 or 155863. OLE color: 155863.

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

Color convert

RGB 215 96 2 -
CMYK 0 0.55 0.99 0.16
HSL 26.48º 0.98% 0.43% -
HSV(B) 26.48º 0.99% 0.84% -
XYZ 32.22 22.82 2.76 -
YUV 120.87 60.92 195.14 -
System Red Green Blue C M Y K H S L
Decimal 215 96 2 0 0.55 0.99 0.16 26.48 0.98 0.43
Hex D7 60 2 0 37 63 10 1A 62 2B
Octal 327 140 2 0 67 143 20 32 142 53
Binary 11010111 1100000 10 0 110111 1100011 10000 11010 1100010 101011

Color Harmonies of #D76002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76002

Black with #D76002

Text Example


Text Example

White with #D76002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76002; }

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

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

background-color css

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

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

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

border-color css

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

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

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