Html Css Color HEX #D25500 Tenne (Tawny)

📋 copy color: '#D25500'

red 210 ◦ green 85 ◦ blue 0

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

Shades of Tenne (Tawny) #D25500

Tints of Tenne (Tawny) #D25500

RGB

 RED value IS 210 (82.42% from 255) = 71.19%

 GREEN value IS 85 (33.59% from 255) = 28.81%

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

R = 71.19%
G = 28.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D25500 (or 0xD25500) is known color: Tenne (Tawny). HEX triplet: D2, 55 and 00. RGB value is (210,85,0). Sum of RGB (Red+Green+Blue) = 210+85+0=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D25500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25500 is #2DAAFF. Grayscale: #717171. Windows color (decimal): -2992896 or 21970. OLE color: 21970.

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

Color convert

RGB 210 85 0 -
CMYK 0 0.60 1 0.18
HSL 24.29º 1% 0.41% -
HSV(B) 24.29º 1% 0.82% -
XYZ 29.83 20.2 2.33 -
YUV 112.69 64.41 197.41 -
System Red Green Blue C M Y K H S L
Decimal 210 85 0 0 0.60 1 0.18 24.29 1 0.41
Hex D2 55 0 0 3C 64 12 18 64 29
Octal 322 125 0 0 74 144 22 30 144 51
Binary 11010010 1010101 0 0 111100 1100100 10010 11000 1100100 101001

Color Harmonies of #D25500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25500

Black with #D25500

Text Example


Text Example

White with #D25500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25500; }

 p { color: rgb(210,85,0); }

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

background-color css

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

 a { background-color: rgb(210,85,0); }

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

border-color css

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

 span { border-color: rgb(210,85,0); }

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