Html Css Color HEX #D65D04 Tenne (Tawny)

📋 copy color: '#D65D04'

red 214 ◦ green 93 ◦ blue 4

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

Shades of Tenne (Tawny) #D65D04

Tints of Tenne (Tawny) #D65D04

RGB

 RED value IS 214 (83.98% from 255) = 68.81%

 GREEN value IS 93 (36.72% from 255) = 29.9%

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 68.81%
G = 29.9%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D65D04 (or 0xD65D04) is known color: Tenne (Tawny). HEX triplet: D6, 5D and 04. RGB value is (214,93,4). Sum of RGB (Red+Green+Blue) = 214+93+4=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65D04 is #29A2FB. Grayscale: #777777. Windows color (decimal): -2728700 or 286166. OLE color: 286166.

HSL color Cylindrical-coordinate representation of color #D65D04: hue angle of 25.43º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D65D04 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 93 4 -
CMYK 0 0.57 0.98 0.16
HSL 25.43º 0.96% 0.43% -
HSV(B) 25.43º 0.98% 0.84% -
XYZ 31.67 22.13 2.72 -
YUV 119.03 63.09 195.74 -
System Red Green Blue C M Y K H S L
Decimal 214 93 4 0 0.57 0.98 0.16 25.43 0.96 0.43
Hex D6 5D 4 0 39 62 10 19 60 2B
Octal 326 135 4 0 71 142 20 31 140 53
Binary 11010110 1011101 100 0 111001 1100010 10000 11001 1100000 101011

Color Harmonies of #D65D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D04

Black with #D65D04

Text Example


Text Example

White with #D65D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D04; }

 p { color: rgb(214,93,4); }

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

background-color css

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

 a { background-color: rgb(214,93,4); }

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

border-color css

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

 span { border-color: rgb(214,93,4); }

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