Html Css Color HEX #D26302 Tenne (Tawny)

📋 copy color: '#D26302'

red 210 ◦ green 99 ◦ blue 2

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

Shades of Tenne (Tawny) #D26302

Tints of Tenne (Tawny) #D26302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.83%

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

R = 67.52%
G = 31.83%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D26302 (or 0xD26302) is known color: Tenne (Tawny). HEX triplet: D2, 63 and 02. RGB value is (210,99,2). Sum of RGB (Red+Green+Blue) = 210+99+2=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D26302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26302 is #2D9CFD. Grayscale: #797979. Windows color (decimal): -2989310 or 156626. OLE color: 156626.

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

Color convert

RGB 210 99 2 -
CMYK 0 0.53 0.99 0.18
HSL 27.98º 0.98% 0.42% -
HSV(B) 27.98º 0.99% 0.82% -
XYZ 31.05 22.63 2.79 -
YUV 121.13 60.77 191.39 -
System Red Green Blue C M Y K H S L
Decimal 210 99 2 0 0.53 0.99 0.18 27.98 0.98 0.42
Hex D2 63 2 0 35 63 12 1C 62 2A
Octal 322 143 2 0 65 143 22 34 142 52
Binary 11010010 1100011 10 0 110101 1100011 10010 11100 1100010 101010

Color Harmonies of #D26302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26302

Black with #D26302

Text Example


Text Example

White with #D26302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26302; }

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

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

background-color css

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

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

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

border-color css

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

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

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