Html Css Color HEX #D35B00 Tenne (Tawny)

📋 copy color: '#D35B00'

red 211 ◦ green 91 ◦ blue 0

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

Shades of Tenne (Tawny) #D35B00

Tints of Tenne (Tawny) #D35B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.87%
G = 30.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D35B00 (or 0xD35B00) is known color: Tenne (Tawny). HEX triplet: D3, 5B and 00. RGB value is (211,91,0). Sum of RGB (Red+Green+Blue) = 211+91+0=302 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.87% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 211 - color contains mainly: red. Hex color #D35B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35B00 is #2CA4FF. Grayscale: #747474. Windows color (decimal): -2925824 or 23507. OLE color: 23507.

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

Color convert

RGB 211 91 0 -
CMYK 0 0.57 1 0.17
HSL 25.88º 1% 0.41% -
HSV(B) 25.88º 1% 0.83% -
XYZ 30.61 21.33 2.5 -
YUV 116.51 62.26 195.4 -
System Red Green Blue C M Y K H S L
Decimal 211 91 0 0 0.57 1 0.17 25.88 1 0.41
Hex D3 5B 0 0 39 64 11 1A 64 29
Octal 323 133 0 0 71 144 21 32 144 51
Binary 11010011 1011011 0 0 111001 1100100 10001 11010 1100100 101001

Color Harmonies of #D35B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35B00

Black with #D35B00

Text Example


Text Example

White with #D35B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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