Html Css Color HEX #D25D05 Tenne (Tawny)

📋 copy color: '#D25D05'

red 210 ◦ green 93 ◦ blue 5

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

Shades of Tenne (Tawny) #D25D05

Tints of Tenne (Tawny) #D25D05

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.19%

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 68.18%
G = 30.19%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D25D05 (or 0xD25D05) is known color: Tenne (Tawny). HEX triplet: D2, 5D and 05. RGB value is (210,93,5). Sum of RGB (Red+Green+Blue) = 210+93+5=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25D05 is #2DA2FA. Grayscale: #767676. Windows color (decimal): -2990843 or 351698. OLE color: 351698.

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

Color convert

RGB 210 93 5 -
CMYK 0 0.56 0.98 0.18
HSL 25.76º 0.95% 0.42% -
HSV(B) 25.76º 0.98% 0.82% -
XYZ 30.52 21.54 2.69 -
YUV 117.95 64.26 193.66 -
System Red Green Blue C M Y K H S L
Decimal 210 93 5 0 0.56 0.98 0.18 25.76 0.95 0.42
Hex D2 5D 5 0 38 62 12 1A 5F 2A
Octal 322 135 5 0 70 142 22 32 137 52
Binary 11010010 1011101 101 0 111000 1100010 10010 11010 1011111 101010

Color Harmonies of #D25D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D05

Black with #D25D05

Text Example


Text Example

White with #D25D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D05; }

 p { color: rgb(210,93,5); }

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

background-color css

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

 a { background-color: rgb(210,93,5); }

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

border-color css

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

 span { border-color: rgb(210,93,5); }

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