Html Css Color HEX #D94902 Tenne (Tawny)

📋 copy color: '#D94902'

red 217 ◦ green 73 ◦ blue 2

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

Shades of Tenne (Tawny) #D94902

Tints of Tenne (Tawny) #D94902

RGB

 RED value IS 217 (85.16% from 255) = 74.32%

 GREEN value IS 73 (28.91% from 255) = 25%

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

R = 74.32%
G = 25%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D94902 (or 0xD94902) is known color: Tenne (Tawny). HEX triplet: D9, 49 and 02. RGB value is (217,73,2). Sum of RGB (Red+Green+Blue) = 217+73+2=292 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.32% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 217 - color contains mainly: red. Hex color #D94902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94902 is #26B6FD. Grayscale: #6C6C6C. Windows color (decimal): -2537214 or 149977. OLE color: 149977.

HSL color Cylindrical-coordinate representation of color #D94902: hue angle of 19.81º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D94902 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 73 2 -
CMYK 0 0.66 0.99 0.15
HSL 19.81º 0.98% 0.43% -
HSV(B) 19.81º 0.99% 0.85% -
XYZ 31.01 19.52 2.19 -
YUV 107.96 68.21 205.77 -
System Red Green Blue C M Y K H S L
Decimal 217 73 2 0 0.66 0.99 0.15 19.81 0.98 0.43
Hex D9 49 2 0 42 63 F 14 62 2B
Octal 331 111 2 0 102 143 17 24 142 53
Binary 11011001 1001001 10 0 1000010 1100011 1111 10100 1100010 101011

Color Harmonies of #D94902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94902

Black with #D94902

Text Example


Text Example

White with #D94902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94902; }

 p { color: rgb(217,73,2); }

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

background-color css

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

 a { background-color: rgb(217,73,2); }

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

border-color css

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

 span { border-color: rgb(217,73,2); }

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