Html Css Color HEX #D54B06 Tenne (Tawny)

📋 copy color: '#D54B06'

red 213 ◦ green 75 ◦ blue 6

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

Shades of Tenne (Tawny) #D54B06

Tints of Tenne (Tawny) #D54B06

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.51%

 BLUE value IS 6 (2.73% from 255) = 2.04%

R = 72.45%
G = 25.51%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D54B06 (or 0xD54B06) is known color: Tenne (Tawny). HEX triplet: D5, 4B and 06. RGB value is (213,75,6). Sum of RGB (Red+Green+Blue) = 213+75+6=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54B06 is #2AB4F9. Grayscale: #6C6C6C. Windows color (decimal): -2798842 or 412629. OLE color: 412629.

HSL color Cylindrical-coordinate representation of color #D54B06: hue angle of 20º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D54B06 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 75 6 -
CMYK 0 0.65 0.97 0.16
HSL 20º 0.95% 0.43% -
HSV(B) 20º 0.97% 0.84% -
XYZ 29.99 19.19 2.3 -
YUV 108.4 70.22 202.61 -
System Red Green Blue C M Y K H S L
Decimal 213 75 6 0 0.65 0.97 0.16 20 0.95 0.43
Hex D5 4B 6 0 41 61 10 14 5F 2B
Octal 325 113 6 0 101 141 20 24 137 53
Binary 11010101 1001011 110 0 1000001 1100001 10000 10100 1011111 101011

Color Harmonies of #D54B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54B06

Black with #D54B06

Text Example


Text Example

White with #D54B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54B06; }

 p { color: rgb(213,75,6); }

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

background-color css

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

 a { background-color: rgb(213,75,6); }

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

border-color css

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

 span { border-color: rgb(213,75,6); }

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