Html Css Color HEX #D65204 Tenne (Tawny)

📋 copy color: '#D65204'

red 214 ◦ green 82 ◦ blue 4

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

Shades of Tenne (Tawny) #D65204

Tints of Tenne (Tawny) #D65204

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.33%

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

R = 71.33%
G = 27.33%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D65204 (or 0xD65204) is known color: Tenne (Tawny). HEX triplet: D6, 52 and 04. RGB value is (214,82,4). Sum of RGB (Red+Green+Blue) = 214+82+4=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D65204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65204 is #29ADFB. Grayscale: #717171. Windows color (decimal): -2731516 or 283350. OLE color: 283350.

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

Color convert

RGB 214 82 4 -
CMYK 0 0.62 0.98 0.16
HSL 22.29º 0.96% 0.43% -
HSV(B) 22.29º 0.98% 0.84% -
XYZ 30.77 20.34 2.42 -
YUV 112.58 66.73 200.34 -
System Red Green Blue C M Y K H S L
Decimal 214 82 4 0 0.62 0.98 0.16 22.29 0.96 0.43
Hex D6 52 4 0 3E 62 10 16 60 2B
Octal 326 122 4 0 76 142 20 26 140 53
Binary 11010110 1010010 100 0 111110 1100010 10000 10110 1100000 101011

Color Harmonies of #D65204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65204

Black with #D65204

Text Example


Text Example

White with #D65204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65204; }

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

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

background-color css

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

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

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

border-color css

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

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

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