Html Css Color HEX #D05C06 Tenne (Tawny)

📋 copy color: '#D05C06'

red 208 ◦ green 92 ◦ blue 6

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

Shades of Tenne (Tawny) #D05C06

Tints of Tenne (Tawny) #D05C06

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

 BLUE value IS 6 (2.73% from 255) = 1.96%

R = 67.97%
G = 30.07%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D05C06 (or 0xD05C06) is known color: Tenne (Tawny). HEX triplet: D0, 5C and 06. RGB value is (208,92,6). Sum of RGB (Red+Green+Blue) = 208+92+6=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05C06 is #2FA3F9. Grayscale: #757575. Windows color (decimal): -3122170 or 416976. OLE color: 416976.

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

Color convert

RGB 208 92 6 -
CMYK 0 0.56 0.97 0.18
HSL 25.54º 0.94% 0.42% -
HSV(B) 25.54º 0.97% 0.82% -
XYZ 29.87 21.08 2.67 -
YUV 116.88 65.43 192.99 -
System Red Green Blue C M Y K H S L
Decimal 208 92 6 0 0.56 0.97 0.18 25.54 0.94 0.42
Hex D0 5C 6 0 38 61 12 1A 5E 2A
Octal 320 134 6 0 70 141 22 32 136 52
Binary 11010000 1011100 110 0 111000 1100001 10010 11010 1011110 101010

Color Harmonies of #D05C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05C06

Black with #D05C06

Text Example


Text Example

White with #D05C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05C06; }

 p { color: rgb(208,92,6); }

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

background-color css

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

 a { background-color: rgb(208,92,6); }

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

border-color css

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

 span { border-color: rgb(208,92,6); }

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