Html Css Color HEX #D35A04 Tenne (Tawny)

📋 copy color: '#D35A04'

red 211 ◦ green 90 ◦ blue 4

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

Shades of Tenne (Tawny) #D35A04

Tints of Tenne (Tawny) #D35A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.51%

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

R = 69.18%
G = 29.51%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D35A04 (or 0xD35A04) is known color: Tenne (Tawny). HEX triplet: D3, 5A and 04. RGB value is (211,90,4). Sum of RGB (Red+Green+Blue) = 211+90+4=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D35A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35A04 is #2CA5FB. Grayscale: #747474. Windows color (decimal): -2926076 or 285395. OLE color: 285395.

HSL color Cylindrical-coordinate representation of color #D35A04: hue angle of 24.93º 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 #D35A04 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 90 4 -
CMYK 0 0.57 0.98 0.17
HSL 24.93º 0.96% 0.42% -
HSV(B) 24.93º 0.98% 0.83% -
XYZ 30.54 21.17 2.59 -
YUV 116.38 64.59 195.49 -
System Red Green Blue C M Y K H S L
Decimal 211 90 4 0 0.57 0.98 0.17 24.93 0.96 0.42
Hex D3 5A 4 0 39 62 11 19 60 2A
Octal 323 132 4 0 71 142 21 31 140 52
Binary 11010011 1011010 100 0 111001 1100010 10001 11001 1100000 101010

Color Harmonies of #D35A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35A04

Black with #D35A04

Text Example


Text Example

White with #D35A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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