Html Css Color HEX #D35C0A Tenne (Tawny)

📋 copy color: '#D35C0A'

red 211 ◦ green 92 ◦ blue 10

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

Shades of Tenne (Tawny) #D35C0A

Tints of Tenne (Tawny) #D35C0A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.39%

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

R = 67.41%
G = 29.39%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D35C0A (or 0xD35C0A) is known color: Tenne (Tawny). HEX triplet: D3, 5C and 0A. RGB value is (211,92,10). Sum of RGB (Red+Green+Blue) = 211+92+10=313 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.41% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35C0A is #2CA3F5. Grayscale: #767676. Windows color (decimal): -2925558 or 679123. OLE color: 679123.

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

Color convert

RGB 211 92 10 -
CMYK 0 0.56 0.95 0.17
HSL 24.48º 0.91% 0.43% -
HSV(B) 24.48º 0.95% 0.83% -
XYZ 30.75 21.53 2.82 -
YUV 118.23 66.92 194.17 -
System Red Green Blue C M Y K H S L
Decimal 211 92 10 0 0.56 0.95 0.17 24.48 0.91 0.43
Hex D3 5C A 0 38 5F 11 18 5B 2B
Octal 323 134 12 0 70 137 21 30 133 53
Binary 11010011 1011100 1010 0 111000 1011111 10001 11000 1011011 101011

Color Harmonies of #D35C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35C0A

Black with #D35C0A

Text Example


Text Example

White with #D35C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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