Html Css Color HEX #D35F0C Tenne (Tawny)

📋 copy color: '#D35F0C'

red 211 ◦ green 95 ◦ blue 12

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

Shades of Tenne (Tawny) #D35F0C

Tints of Tenne (Tawny) #D35F0C

RGB

 RED value IS 211 (82.81% from 255) = 66.35%

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

 BLUE value IS 12 (5.08% from 255) = 3.77%

R = 66.35%
G = 29.87%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D35F0C (or 0xD35F0C) is known color: Tenne (Tawny). HEX triplet: D3, 5F and 0C. RGB value is (211,95,12). Sum of RGB (Red+Green+Blue) = 211+95+12=318 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.35% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 211 - color contains mainly: red. Hex color #D35F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35F0C is #2CA0F3. Grayscale: #787878. Windows color (decimal): -2924788 or 810963. OLE color: 810963.

HSL color Cylindrical-coordinate representation of color #D35F0C: hue angle of 25.03º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D35F0C is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 95 12 -
CMYK 0 0.55 0.94 0.17
HSL 25.03º 0.89% 0.44% -
HSV(B) 25.03º 0.94% 0.83% -
XYZ 31.02 22.06 2.97 -
YUV 120.22 66.93 192.75 -
System Red Green Blue C M Y K H S L
Decimal 211 95 12 0 0.55 0.94 0.17 25.03 0.89 0.44
Hex D3 5F C 0 37 5E 11 19 59 2C
Octal 323 137 14 0 67 136 21 31 131 54
Binary 11010011 1011111 1100 0 110111 1011110 10001 11001 1011001 101100

Color Harmonies of #D35F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35F0C

Black with #D35F0C

Text Example


Text Example

White with #D35F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35F0C; }

 p { color: rgb(211,95,12); }

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

background-color css

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

 a { background-color: rgb(211,95,12); }

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

border-color css

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

 span { border-color: rgb(211,95,12); }

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