Html Css Color HEX #D65C04 Tenne (Tawny)

📋 copy color: '#D65C04'

red 214 ◦ green 92 ◦ blue 4

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

Shades of Tenne (Tawny) #D65C04

Tints of Tenne (Tawny) #D65C04

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.68%

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

R = 69.03%
G = 29.68%
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

#D65C04 (or 0xD65C04) is known color: Tenne (Tawny). HEX triplet: D6, 5C and 04. RGB value is (214,92,4). Sum of RGB (Red+Green+Blue) = 214+92+4=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65C04 is #29A3FB. Grayscale: #767676. Windows color (decimal): -2728956 or 285910. OLE color: 285910.

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

Color convert

RGB 214 92 4 -
CMYK 0 0.57 0.98 0.16
HSL 25.14º 0.96% 0.43% -
HSV(B) 25.14º 0.98% 0.84% -
XYZ 31.58 21.96 2.69 -
YUV 118.45 63.42 196.16 -
System Red Green Blue C M Y K H S L
Decimal 214 92 4 0 0.57 0.98 0.16 25.14 0.96 0.43
Hex D6 5C 4 0 39 62 10 19 60 2B
Octal 326 134 4 0 71 142 20 31 140 53
Binary 11010110 1011100 100 0 111001 1100010 10000 11001 1100000 101011

Color Harmonies of #D65C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C04

Black with #D65C04

Text Example


Text Example

White with #D65C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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