Html Css Color HEX #D65A05 Tenne (Tawny)

📋 copy color: '#D65A05'

red 214 ◦ green 90 ◦ blue 5

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

Shades of Tenne (Tawny) #D65A05

Tints of Tenne (Tawny) #D65A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 69.26%
G = 29.13%
B = 1.62%

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

#D65A05 (or 0xD65A05) is known color: Tenne (Tawny). HEX triplet: D6, 5A and 05. RGB value is (214,90,5). Sum of RGB (Red+Green+Blue) = 214+90+5=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65A05 is #29A5FA. Grayscale: #757575. Windows color (decimal): -2729467 or 350934. OLE color: 350934.

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

Color convert

RGB 214 90 5 -
CMYK 0 0.58 0.98 0.16
HSL 24.4º 0.95% 0.43% -
HSV(B) 24.4º 0.98% 0.84% -
XYZ 31.42 21.62 2.66 -
YUV 117.39 64.58 196.91 -
System Red Green Blue C M Y K H S L
Decimal 214 90 5 0 0.58 0.98 0.16 24.4 0.95 0.43
Hex D6 5A 5 0 3A 62 10 18 5F 2B
Octal 326 132 5 0 72 142 20 30 137 53
Binary 11010110 1011010 101 0 111010 1100010 10000 11000 1011111 101011

Color Harmonies of #D65A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A05

Black with #D65A05

Text Example


Text Example

White with #D65A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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