Html Css Color HEX #D65A04 Tenne (Tawny)

📋 copy color: '#D65A04'

red 214 ◦ green 90 ◦ blue 4

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

Shades of Tenne (Tawny) #D65A04

Tints of Tenne (Tawny) #D65A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.22%

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

R = 69.48%
G = 29.22%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D65A04 (or 0xD65A04) is known color: Tenne (Tawny). HEX triplet: D6, 5A and 04. RGB value is (214,90,4). Sum of RGB (Red+Green+Blue) = 214+90+4=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65A04 is #29A5FB. Grayscale: #757575. Windows color (decimal): -2729468 or 285398. OLE color: 285398.

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

Color convert

RGB 214 90 4 -
CMYK 0 0.58 0.98 0.16
HSL 24.57º 0.96% 0.43% -
HSV(B) 24.57º 0.98% 0.84% -
XYZ 31.41 21.62 2.63 -
YUV 117.27 64.08 196.99 -
System Red Green Blue C M Y K H S L
Decimal 214 90 4 0 0.58 0.98 0.16 24.57 0.96 0.43
Hex D6 5A 4 0 3A 62 10 19 60 2B
Octal 326 132 4 0 72 142 20 31 140 53
Binary 11010110 1011010 100 0 111010 1100010 10000 11001 1100000 101011

Color Harmonies of #D65A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A04

Black with #D65A04

Text Example


Text Example

White with #D65A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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