Html Css Color HEX #D05F03 Tenne (Tawny)

📋 copy color: '#D05F03'

red 208 ◦ green 95 ◦ blue 3

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

Shades of Tenne (Tawny) #D05F03

Tints of Tenne (Tawny) #D05F03

RGB

 RED value IS 208 (81.64% from 255) = 67.97%

 GREEN value IS 95 (37.5% from 255) = 31.05%

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

R = 67.97%
G = 31.05%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D05F03 (or 0xD05F03) is known color: Tenne (Tawny). HEX triplet: D0, 5F and 03. RGB value is (208,95,3). Sum of RGB (Red+Green+Blue) = 208+95+3=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05F03 is #2FA0FC. Grayscale: #767676. Windows color (decimal): -3121405 or 221136. OLE color: 221136.

HSL color Cylindrical-coordinate representation of color #D05F03: hue angle of 26.93º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D05F03 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 95 3 -
CMYK 0 0.54 0.99 0.18
HSL 26.93º 0.97% 0.41% -
HSV(B) 26.93º 0.99% 0.82% -
XYZ 30.12 21.6 2.67 -
YUV 118.3 62.94 191.98 -
System Red Green Blue C M Y K H S L
Decimal 208 95 3 0 0.54 0.99 0.18 26.93 0.97 0.41
Hex D0 5F 3 0 36 63 12 1B 61 29
Octal 320 137 3 0 66 143 22 33 141 51
Binary 11010000 1011111 11 0 110110 1100011 10010 11011 1100001 101001

Color Harmonies of #D05F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05F03

Black with #D05F03

Text Example


Text Example

White with #D05F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05F03; }

 p { color: rgb(208,95,3); }

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

background-color css

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

 a { background-color: rgb(208,95,3); }

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

border-color css

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

 span { border-color: rgb(208,95,3); }

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