Html Css Color HEX #D35B0A Tenne (Tawny)

📋 copy color: '#D35B0A'

red 211 ◦ green 91 ◦ blue 10

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

Shades of Tenne (Tawny) #D35B0A

Tints of Tenne (Tawny) #D35B0A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.17%

 BLUE value IS 10 (4.3% from 255) = 3.21%

R = 67.63%
G = 29.17%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D35B0A (or 0xD35B0A) is known color: Tenne (Tawny). HEX triplet: D3, 5B and 0A. RGB value is (211,91,10). Sum of RGB (Red+Green+Blue) = 211+91+10=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D35B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35B0A is #2CA4F5. Grayscale: #767676. Windows color (decimal): -2925814 or 678867. OLE color: 678867.

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

Color convert

RGB 211 91 10 -
CMYK 0 0.57 0.95 0.17
HSL 24.18º 0.91% 0.43% -
HSV(B) 24.18º 0.95% 0.83% -
XYZ 30.66 21.35 2.79 -
YUV 117.65 67.26 194.59 -
System Red Green Blue C M Y K H S L
Decimal 211 91 10 0 0.57 0.95 0.17 24.18 0.91 0.43
Hex D3 5B A 0 39 5F 11 18 5B 2B
Octal 323 133 12 0 71 137 21 30 133 53
Binary 11010011 1011011 1010 0 111001 1011111 10001 11000 1011011 101011

Color Harmonies of #D35B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35B0A

Black with #D35B0A

Text Example


Text Example

White with #D35B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35B0A; }

 p { color: rgb(211,91,10); }

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

background-color css

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

 a { background-color: rgb(211,91,10); }

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

border-color css

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

 span { border-color: rgb(211,91,10); }

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