Html Css Color HEX #D5660A Tenne (Tawny)

📋 copy color: '#D5660A'

red 213 ◦ green 102 ◦ blue 10

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

Shades of Tenne (Tawny) #D5660A

Tints of Tenne (Tawny) #D5660A

RGB

 RED value IS 213 (83.59% from 255) = 65.54%

 GREEN value IS 102 (40.23% from 255) = 31.38%

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

R = 65.54%
G = 31.38%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5660A (or 0xD5660A) is known color: Tenne (Tawny). HEX triplet: D5, 66 and 0A. RGB value is (213,102,10). Sum of RGB (Red+Green+Blue) = 213+102+10=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5660A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5660A is #2A99F5. Grayscale: #7D7D7D. Windows color (decimal): -2791926 or 681685. OLE color: 681685.

HSL color Cylindrical-coordinate representation of color #D5660A: hue angle of 27.19º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5660A is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 102 10 -
CMYK 0 0.52 0.95 0.16
HSL 27.19º 0.91% 0.44% -
HSV(B) 27.19º 0.95% 0.84% -
XYZ 32.25 23.67 3.16 -
YUV 124.7 63.27 190.98 -
System Red Green Blue C M Y K H S L
Decimal 213 102 10 0 0.52 0.95 0.16 27.19 0.91 0.44
Hex D5 66 A 0 34 5F 10 1B 5B 2C
Octal 325 146 12 0 64 137 20 33 133 54
Binary 11010101 1100110 1010 0 110100 1011111 10000 11011 1011011 101100

Color Harmonies of #D5660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5660A

Black with #D5660A

Text Example


Text Example

White with #D5660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5660A; }

 p { color: rgb(213,102,10); }

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

background-color css

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

 a { background-color: rgb(213,102,10); }

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

border-color css

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

 span { border-color: rgb(213,102,10); }

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