Html Css Color HEX #D25602 Tenne (Tawny)

📋 copy color: '#D25602'

red 210 ◦ green 86 ◦ blue 2

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

Shades of Tenne (Tawny) #D25602

Tints of Tenne (Tawny) #D25602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.86%

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 70.47%
G = 28.86%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D25602 (or 0xD25602) is known color: Tenne (Tawny). HEX triplet: D2, 56 and 02. RGB value is (210,86,2). Sum of RGB (Red+Green+Blue) = 210+86+2=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D25602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25602 is #2DA9FD. Grayscale: #717171. Windows color (decimal): -2992638 or 153298. OLE color: 153298.

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

Color convert

RGB 210 86 2 -
CMYK 0 0.59 0.99 0.18
HSL 24.23º 0.98% 0.42% -
HSV(B) 24.23º 0.99% 0.82% -
XYZ 29.92 20.36 2.41 -
YUV 113.5 65.08 196.83 -
System Red Green Blue C M Y K H S L
Decimal 210 86 2 0 0.59 0.99 0.18 24.23 0.98 0.42
Hex D2 56 2 0 3B 63 12 18 62 2A
Octal 322 126 2 0 73 143 22 30 142 52
Binary 11010010 1010110 10 0 111011 1100011 10010 11000 1100010 101010

Color Harmonies of #D25602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25602

Black with #D25602

Text Example


Text Example

White with #D25602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25602; }

 p { color: rgb(210,86,2); }

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

background-color css

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

 a { background-color: rgb(210,86,2); }

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

border-color css

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

 span { border-color: rgb(210,86,2); }

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