Html Css Color HEX #D35612 Tenne (Tawny)

📋 copy color: '#D35612'

red 211 ◦ green 86 ◦ blue 18

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

Shades of Tenne (Tawny) #D35612

Tints of Tenne (Tawny) #D35612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.3%

 BLUE value IS 18 (7.42% from 255) = 5.71%

R = 66.98%
G = 27.3%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D35612 (or 0xD35612) is known color: Tenne (Tawny). HEX triplet: D3, 56 and 12. RGB value is (211,86,18). Sum of RGB (Red+Green+Blue) = 211+86+18=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D35612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35612 is #2CA9ED. Grayscale: #747474. Windows color (decimal): -2927086 or 1201875. OLE color: 1201875.

HSL color Cylindrical-coordinate representation of color #D35612: hue angle of 21.14º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D35612 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 86 18 -
CMYK 0 0.59 0.91 0.17
HSL 21.14º 0.84% 0.45% -
HSV(B) 21.14º 0.91% 0.83% -
XYZ 30.3 20.55 2.94 -
YUV 115.62 72.91 196.03 -
System Red Green Blue C M Y K H S L
Decimal 211 86 18 0 0.59 0.91 0.17 21.14 0.84 0.45
Hex D3 56 12 0 3B 5B 11 15 54 2D
Octal 323 126 22 0 73 133 21 25 124 55
Binary 11010011 1010110 10010 0 111011 1011011 10001 10101 1010100 101101

Color Harmonies of #D35612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35612

Black with #D35612

Text Example


Text Example

White with #D35612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35612; }

 p { color: rgb(211,86,18); }

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

background-color css

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

 a { background-color: rgb(211,86,18); }

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

border-color css

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

 span { border-color: rgb(211,86,18); }

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