Html Css Color HEX #D65203 Tenne (Tawny)

📋 copy color: '#D65203'

red 214 ◦ green 82 ◦ blue 3

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

Shades of Tenne (Tawny) #D65203

Tints of Tenne (Tawny) #D65203

RGB

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

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

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

R = 71.57%
G = 27.42%
B = 1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D65203 (or 0xD65203) is known color: Tenne (Tawny). HEX triplet: D6, 52 and 03. RGB value is (214,82,3). Sum of RGB (Red+Green+Blue) = 214+82+3=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D65203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65203 is #29ADFC. Grayscale: #707070. Windows color (decimal): -2731517 or 217814. OLE color: 217814.

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

Color convert

RGB 214 82 3 -
CMYK 0 0.62 0.99 0.16
HSL 22.46º 0.97% 0.43% -
HSV(B) 22.46º 0.99% 0.84% -
XYZ 30.77 20.34 2.39 -
YUV 112.46 66.23 200.42 -
System Red Green Blue C M Y K H S L
Decimal 214 82 3 0 0.62 0.99 0.16 22.46 0.97 0.43
Hex D6 52 3 0 3E 63 10 16 61 2B
Octal 326 122 3 0 76 143 20 26 141 53
Binary 11010110 1010010 11 0 111110 1100011 10000 10110 1100001 101011

Color Harmonies of #D65203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65203

Black with #D65203

Text Example


Text Example

White with #D65203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65203; }

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

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

background-color css

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

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

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

border-color css

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

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

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