Html Css Color HEX #D76702 Tenne (Tawny)

📋 copy color: '#D76702'

red 215 ◦ green 103 ◦ blue 2

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

Shades of Tenne (Tawny) #D76702

Tints of Tenne (Tawny) #D76702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.19%

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

R = 67.19%
G = 32.19%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D76702 (or 0xD76702) is known color: Tenne (Tawny). HEX triplet: D7, 67 and 02. RGB value is (215,103,2). Sum of RGB (Red+Green+Blue) = 215+103+2=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D76702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76702 is #2898FD. Grayscale: #7D7D7D. Windows color (decimal): -2660606 or 157655. OLE color: 157655.

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

Color convert

RGB 215 103 2 -
CMYK 0 0.52 0.99 0.16
HSL 28.45º 0.98% 0.43% -
HSV(B) 28.45º 0.99% 0.84% -
XYZ 32.89 24.15 2.99 -
YUV 124.97 58.61 192.21 -
System Red Green Blue C M Y K H S L
Decimal 215 103 2 0 0.52 0.99 0.16 28.45 0.98 0.43
Hex D7 67 2 0 34 63 10 1C 62 2B
Octal 327 147 2 0 64 143 20 34 142 53
Binary 11010111 1100111 10 0 110100 1100011 10000 11100 1100010 101011

Color Harmonies of #D76702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76702

Black with #D76702

Text Example


Text Example

White with #D76702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76702; }

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

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

background-color css

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

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

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

border-color css

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

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

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