Html Css Color HEX #D74D02 Tenne (Tawny)

📋 copy color: '#D74D02'

red 215 ◦ green 77 ◦ blue 2

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

Shades of Tenne (Tawny) #D74D02

Tints of Tenne (Tawny) #D74D02

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.19%

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

R = 73.13%
G = 26.19%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D74D02 (or 0xD74D02) is known color: Tenne (Tawny). HEX triplet: D7, 4D and 02. RGB value is (215,77,2). Sum of RGB (Red+Green+Blue) = 215+77+2=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74D02 is #28B2FD. Grayscale: #6E6E6E. Windows color (decimal): -2667262 or 150999. OLE color: 150999.

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

Color convert

RGB 215 77 2 -
CMYK 0 0.64 0.99 0.16
HSL 21.13º 0.98% 0.43% -
HSV(B) 21.13º 0.99% 0.84% -
XYZ 30.69 19.76 2.25 -
YUV 109.71 67.22 203.1 -
System Red Green Blue C M Y K H S L
Decimal 215 77 2 0 0.64 0.99 0.16 21.13 0.98 0.43
Hex D7 4D 2 0 40 63 10 15 62 2B
Octal 327 115 2 0 100 143 20 25 142 53
Binary 11010111 1001101 10 0 1000000 1100011 10000 10101 1100010 101011

Color Harmonies of #D74D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D02

Black with #D74D02

Text Example


Text Example

White with #D74D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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