Html Css Color HEX #D1650A Tenne (Tawny)

📋 copy color: '#D1650A'

red 209 ◦ green 101 ◦ blue 10

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

Shades of Tenne (Tawny) #D1650A

Tints of Tenne (Tawny) #D1650A

RGB

 RED value IS 209 (82.03% from 255) = 65.31%

 GREEN value IS 101 (39.84% from 255) = 31.56%

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

R = 65.31%
G = 31.56%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D1650A (or 0xD1650A) is known color: Tenne (Tawny). HEX triplet: D1, 65 and 0A. RGB value is (209,101,10). Sum of RGB (Red+Green+Blue) = 209+101+10=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D1650A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1650A is #2E9AF5. Grayscale: #7B7B7B. Windows color (decimal): -3054326 or 681425. OLE color: 681425.

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

Color convert

RGB 209 101 10 -
CMYK 0 0.52 0.95 0.18
HSL 27.44º 0.91% 0.43% -
HSV(B) 27.44º 0.95% 0.82% -
XYZ 31 22.88 3.07 -
YUV 122.92 64.28 189.4 -
System Red Green Blue C M Y K H S L
Decimal 209 101 10 0 0.52 0.95 0.18 27.44 0.91 0.43
Hex D1 65 A 0 34 5F 12 1B 5B 2B
Octal 321 145 12 0 64 137 22 33 133 53
Binary 11010001 1100101 1010 0 110100 1011111 10010 11011 1011011 101011

Color Harmonies of #D1650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1650A

Black with #D1650A

Text Example


Text Example

White with #D1650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1650A; }

 p { color: rgb(209,101,10); }

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

background-color css

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

 a { background-color: rgb(209,101,10); }

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

border-color css

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

 span { border-color: rgb(209,101,10); }

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