Html Css Color HEX #D74502 Tenne (Tawny)

📋 copy color: '#D74502'

red 215 ◦ green 69 ◦ blue 2

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

Shades of Tenne (Tawny) #D74502

Tints of Tenne (Tawny) #D74502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.13%

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

R = 75.17%
G = 24.13%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D74502 (or 0xD74502) is known color: Tenne (Tawny). HEX triplet: D7, 45 and 02. RGB value is (215,69,2). Sum of RGB (Red+Green+Blue) = 215+69+2=286 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.17% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 215 - color contains mainly: red. Hex color #D74502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74502 is #28BAFD. Grayscale: #696969. Windows color (decimal): -2669310 or 148951. OLE color: 148951.

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

Color convert

RGB 215 69 2 -
CMYK 0 0.68 0.99 0.16
HSL 18.87º 0.98% 0.43% -
HSV(B) 18.87º 0.99% 0.84% -
XYZ 30.16 18.71 2.08 -
YUV 105.02 69.87 206.45 -
System Red Green Blue C M Y K H S L
Decimal 215 69 2 0 0.68 0.99 0.16 18.87 0.98 0.43
Hex D7 45 2 0 44 63 10 13 62 2B
Octal 327 105 2 0 104 143 20 23 142 53
Binary 11010111 1000101 10 0 1000100 1100011 10000 10011 1100010 101011

Color Harmonies of #D74502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74502

Black with #D74502

Text Example


Text Example

White with #D74502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74502; }

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

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

background-color css

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

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

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

border-color css

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

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

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