Html Css Color HEX #D35D04 Tenne (Tawny)

📋 copy color: '#D35D04'

red 211 ◦ green 93 ◦ blue 4

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

Shades of Tenne (Tawny) #D35D04

Tints of Tenne (Tawny) #D35D04

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.19%

 BLUE value IS 4 (1.95% from 255) = 1.3%

R = 68.51%
G = 30.19%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D35D04 (or 0xD35D04) is known color: Tenne (Tawny). HEX triplet: D3, 5D and 04. RGB value is (211,93,4). Sum of RGB (Red+Green+Blue) = 211+93+4=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35D04 is #2CA2FB. Grayscale: #767676. Windows color (decimal): -2925308 or 286163. OLE color: 286163.

HSL color Cylindrical-coordinate representation of color #D35D04: hue angle of 25.8º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D35D04 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 93 4 -
CMYK 0 0.56 0.98 0.17
HSL 25.8º 0.96% 0.42% -
HSV(B) 25.8º 0.98% 0.83% -
XYZ 30.8 21.69 2.68 -
YUV 118.14 63.59 194.24 -
System Red Green Blue C M Y K H S L
Decimal 211 93 4 0 0.56 0.98 0.17 25.8 0.96 0.42
Hex D3 5D 4 0 38 62 11 1A 60 2A
Octal 323 135 4 0 70 142 21 32 140 52
Binary 11010011 1011101 100 0 111000 1100010 10001 11010 1100000 101010

Color Harmonies of #D35D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35D04

Black with #D35D04

Text Example


Text Example

White with #D35D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35D04; }

 p { color: rgb(211,93,4); }

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

background-color css

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

 a { background-color: rgb(211,93,4); }

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

border-color css

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

 span { border-color: rgb(211,93,4); }

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