Html Css Color HEX #D56202 Tenne (Tawny)

📋 copy color: '#D56202'

red 213 ◦ green 98 ◦ blue 2

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

Shades of Tenne (Tawny) #D56202

Tints of Tenne (Tawny) #D56202

RGB

 RED value IS 213 (83.59% from 255) = 68.05%

 GREEN value IS 98 (38.67% from 255) = 31.31%

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

R = 68.05%
G = 31.31%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D56202 (or 0xD56202) is known color: Tenne (Tawny). HEX triplet: D5, 62 and 02. RGB value is (213,98,2). Sum of RGB (Red+Green+Blue) = 213+98+2=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D56202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56202 is #2A9DFD. Grayscale: #797979. Windows color (decimal): -2792958 or 156373. OLE color: 156373.

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

Color convert

RGB 213 98 2 -
CMYK 0 0.54 0.99 0.16
HSL 27.3º 0.98% 0.42% -
HSV(B) 27.3º 0.99% 0.84% -
XYZ 31.82 22.89 2.8 -
YUV 121.44 60.6 193.31 -
System Red Green Blue C M Y K H S L
Decimal 213 98 2 0 0.54 0.99 0.16 27.3 0.98 0.42
Hex D5 62 2 0 36 63 10 1B 62 2A
Octal 325 142 2 0 66 143 20 33 142 52
Binary 11010101 1100010 10 0 110110 1100011 10000 11011 1100010 101010

Color Harmonies of #D56202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56202

Black with #D56202

Text Example


Text Example

White with #D56202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56202; }

 p { color: rgb(213,98,2); }

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

background-color css

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

 a { background-color: rgb(213,98,2); }

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

border-color css

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

 span { border-color: rgb(213,98,2); }

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