Html Css Color HEX #D65303 Tenne (Tawny)

📋 copy color: '#D65303'

red 214 ◦ green 83 ◦ blue 3

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

Shades of Tenne (Tawny) #D65303

Tints of Tenne (Tawny) #D65303

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.67%

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

R = 71.33%
G = 27.67%
B = 1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D65303 (or 0xD65303) is known color: Tenne (Tawny). HEX triplet: D6, 53 and 03. RGB value is (214,83,3). Sum of RGB (Red+Green+Blue) = 214+83+3=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D65303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65303 is #29ACFC. Grayscale: #717171. Windows color (decimal): -2731261 or 218070. OLE color: 218070.

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

Color convert

RGB 214 83 3 -
CMYK 0 0.61 0.99 0.16
HSL 22.75º 0.97% 0.43% -
HSV(B) 22.75º 0.99% 0.84% -
XYZ 30.84 20.49 2.42 -
YUV 113.05 65.9 200 -
System Red Green Blue C M Y K H S L
Decimal 214 83 3 0 0.61 0.99 0.16 22.75 0.97 0.43
Hex D6 53 3 0 3D 63 10 17 61 2B
Octal 326 123 3 0 75 143 20 27 141 53
Binary 11010110 1010011 11 0 111101 1100011 10000 10111 1100001 101011

Color Harmonies of #D65303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65303

Black with #D65303

Text Example


Text Example

White with #D65303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65303; }

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

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

background-color css

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

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

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

border-color css

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

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

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