Html Css Color HEX #D25400 Tenne (Tawny)

📋 copy color: '#D25400'

red 210 ◦ green 84 ◦ blue 0

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

Shades of Tenne (Tawny) #D25400

Tints of Tenne (Tawny) #D25400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.57%

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

R = 71.43%
G = 28.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D25400 (or 0xD25400) is known color: Tenne (Tawny). HEX triplet: D2, 54 and 00. RGB value is (210,84,0). Sum of RGB (Red+Green+Blue) = 210+84+0=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D25400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25400 is #2DABFF. Grayscale: #707070. Windows color (decimal): -2993152 or 21714. OLE color: 21714.

HSL color Cylindrical-coordinate representation of color #D25400: hue angle of 24º 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 #D25400 is Cyan = 0, Magento = 0.6, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 84 0 -
CMYK 0 0.6 1 0.18
HSL 24º 1% 0.41% -
HSV(B) 24º 1% 0.82% -
XYZ 29.75 20.04 2.3 -
YUV 112.1 64.74 197.83 -
System Red Green Blue C M Y K H S L
Decimal 210 84 0 0 0.6 1 0.18 24 1 0.41
Hex D2 54 0 0 3C 64 12 18 64 29
Octal 322 124 0 0 74 144 22 30 144 51
Binary 11010010 1010100 0 0 111100 1100100 10010 11000 1100100 101001

Color Harmonies of #D25400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25400

Black with #D25400

Text Example


Text Example

White with #D25400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25400; }

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

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

background-color css

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

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

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

border-color css

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

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

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