Html Css Color HEX #D65603 Tenne (Tawny)

📋 copy color: '#D65603'

red 214 ◦ green 86 ◦ blue 3

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

Shades of Tenne (Tawny) #D65603

Tints of Tenne (Tawny) #D65603

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.38%

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 70.63%
G = 28.38%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D65603 (or 0xD65603) is known color: Tenne (Tawny). HEX triplet: D6, 56 and 03. RGB value is (214,86,3). Sum of RGB (Red+Green+Blue) = 214+86+3=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D65603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65603 is #29A9FC. Grayscale: #737373. Windows color (decimal): -2730493 or 218838. OLE color: 218838.

HSL color Cylindrical-coordinate representation of color #D65603: hue angle of 23.6º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D65603 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 86 3 -
CMYK 0 0.60 0.99 0.16
HSL 23.6º 0.97% 0.43% -
HSV(B) 23.6º 0.99% 0.84% -
XYZ 31.08 20.96 2.49 -
YUV 114.81 64.91 198.75 -
System Red Green Blue C M Y K H S L
Decimal 214 86 3 0 0.60 0.99 0.16 23.6 0.97 0.43
Hex D6 56 3 0 3C 63 10 18 61 2B
Octal 326 126 3 0 74 143 20 30 141 53
Binary 11010110 1010110 11 0 111100 1100011 10000 11000 1100001 101011

Color Harmonies of #D65603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65603

Black with #D65603

Text Example


Text Example

White with #D65603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65603; }

 p { color: rgb(214,86,3); }

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

background-color css

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

 a { background-color: rgb(214,86,3); }

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

border-color css

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

 span { border-color: rgb(214,86,3); }

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