Html Css Color HEX #D04B05 Tenne (Tawny)

📋 copy color: '#D04B05'

red 208 ◦ green 75 ◦ blue 5

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

Shades of Tenne (Tawny) #D04B05

Tints of Tenne (Tawny) #D04B05

RGB

 RED value IS 208 (81.64% from 255) = 72.22%

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

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

R = 72.22%
G = 26.04%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D04B05 (or 0xD04B05) is known color: Tenne (Tawny). HEX triplet: D0, 4B and 05. RGB value is (208,75,5). Sum of RGB (Red+Green+Blue) = 208+75+5=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04B05 is #2FB4FA. Grayscale: #6B6B6B. Windows color (decimal): -3126523 or 347088. OLE color: 347088.

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

Color convert

RGB 208 75 5 -
CMYK 0 0.64 0.98 0.18
HSL 20.69º 0.95% 0.42% -
HSV(B) 20.69º 0.98% 0.82% -
XYZ 28.56 18.45 2.2 -
YUV 106.79 70.56 200.19 -
System Red Green Blue C M Y K H S L
Decimal 208 75 5 0 0.64 0.98 0.18 20.69 0.95 0.42
Hex D0 4B 5 0 40 62 12 15 5F 2A
Octal 320 113 5 0 100 142 22 25 137 52
Binary 11010000 1001011 101 0 1000000 1100010 10010 10101 1011111 101010

Color Harmonies of #D04B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04B05

Black with #D04B05

Text Example


Text Example

White with #D04B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04B05; }

 p { color: rgb(208,75,5); }

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

background-color css

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

 a { background-color: rgb(208,75,5); }

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

border-color css

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

 span { border-color: rgb(208,75,5); }

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