Html Css Color HEX #D74702 Tenne (Tawny)

📋 copy color: '#D74702'

red 215 ◦ green 71 ◦ blue 2

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

Shades of Tenne (Tawny) #D74702

Tints of Tenne (Tawny) #D74702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.65%

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

R = 74.65%
G = 24.65%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D74702 (or 0xD74702) is known color: Tenne (Tawny). HEX triplet: D7, 47 and 02. RGB value is (215,71,2). Sum of RGB (Red+Green+Blue) = 215+71+2=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D74702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74702 is #28B8FD. Grayscale: #6A6A6A. Windows color (decimal): -2668798 or 149463. OLE color: 149463.

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

Color convert

RGB 215 71 2 -
CMYK 0 0.67 0.99 0.16
HSL 19.44º 0.98% 0.43% -
HSV(B) 19.44º 0.99% 0.84% -
XYZ 30.29 18.96 2.12 -
YUV 106.19 69.21 205.61 -
System Red Green Blue C M Y K H S L
Decimal 215 71 2 0 0.67 0.99 0.16 19.44 0.98 0.43
Hex D7 47 2 0 43 63 10 13 62 2B
Octal 327 107 2 0 103 143 20 23 142 53
Binary 11010111 1000111 10 0 1000011 1100011 10000 10011 1100010 101011

Color Harmonies of #D74702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74702

Black with #D74702

Text Example


Text Example

White with #D74702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74702; }

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

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

background-color css

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

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

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

border-color css

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

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

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