Html Css Color HEX #D04B00 Tenne (Tawny)

📋 copy color: '#D04B00'

red 208 ◦ green 75 ◦ blue 0

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

Shades of Tenne (Tawny) #D04B00

Tints of Tenne (Tawny) #D04B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.5%
G = 26.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D04B00 (or 0xD04B00) is known color: Tenne (Tawny). HEX triplet: D0, 4B and 00. RGB value is (208,75,0). Sum of RGB (Red+Green+Blue) = 208+75+0=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04B00 is #2FB4FF. Grayscale: #6A6A6A. Windows color (decimal): -3126528 or 19408. OLE color: 19408.

HSL color Cylindrical-coordinate representation of color #D04B00: hue angle of 21.63º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D04B00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 75 0 -
CMYK 0 0.64 1 0.18
HSL 21.63º 1% 0.41% -
HSV(B) 21.63º 1% 0.82% -
XYZ 28.53 18.44 2.06 -
YUV 106.22 68.06 200.6 -
System Red Green Blue C M Y K H S L
Decimal 208 75 0 0 0.64 1 0.18 21.63 1 0.41
Hex D0 4B 0 0 40 64 12 16 64 29
Octal 320 113 0 0 100 144 22 26 144 51
Binary 11010000 1001011 0 0 1000000 1100100 10010 10110 1100100 101001

Color Harmonies of #D04B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04B00

Black with #D04B00

Text Example


Text Example

White with #D04B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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