Html Css Color HEX #D65004 Tenne (Tawny)

📋 copy color: '#D65004'

red 214 ◦ green 80 ◦ blue 4

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

Shades of Tenne (Tawny) #D65004

Tints of Tenne (Tawny) #D65004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.85%

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

R = 71.81%
G = 26.85%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D65004 (or 0xD65004) is known color: Tenne (Tawny). HEX triplet: D6, 50 and 04. RGB value is (214,80,4). Sum of RGB (Red+Green+Blue) = 214+80+4=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D65004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65004 is #29AFFB. Grayscale: #6F6F6F. Windows color (decimal): -2732028 or 282838. OLE color: 282838.

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

Color convert

RGB 214 80 4 -
CMYK 0 0.63 0.98 0.16
HSL 21.71º 0.96% 0.43% -
HSV(B) 21.71º 0.98% 0.84% -
XYZ 30.62 20.04 2.37 -
YUV 111.4 67.39 201.18 -
System Red Green Blue C M Y K H S L
Decimal 214 80 4 0 0.63 0.98 0.16 21.71 0.96 0.43
Hex D6 50 4 0 3F 62 10 16 60 2B
Octal 326 120 4 0 77 142 20 26 140 53
Binary 11010110 1010000 100 0 111111 1100010 10000 10110 1100000 101011

Color Harmonies of #D65004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65004

Black with #D65004

Text Example


Text Example

White with #D65004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65004; }

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

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

background-color css

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

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

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

border-color css

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

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

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