Html Css Color HEX #D08D2E Fuel Yellow

📋 copy color: '#D08D2E'

red 208 ◦ green 141 ◦ blue 46

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

Shades of Fuel Yellow #D08D2E

Tints of Fuel Yellow #D08D2E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.7%

 BLUE value IS 46 (18.36% from 255) = 11.65%

R = 52.66%
G = 35.7%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D08D2E (or 0xD08D2E) is known color: Fuel Yellow. HEX triplet: D0, 8D and 2E. RGB value is (208,141,46). Sum of RGB (Red+Green+Blue) = 208+141+46=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08D2E is #2F72D1. Grayscale: #969696. Windows color (decimal): -3109586 or 3050960. OLE color: 3050960.

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

Color convert

RGB 208 141 46 -
CMYK 0 0.32 0.78 0.18
HSL 35.19º 0.64% 0.5% -
HSV(B) 35.19º 0.78% 0.82% -
XYZ 36.03 32.66 6.99 -
YUV 150.2 69.2 169.22 -
System Red Green Blue C M Y K H S L
Decimal 208 141 46 0 0.32 0.78 0.18 35.19 0.64 0.5
Hex D0 8D 2E 0 20 4E 12 23 40 32
Octal 320 215 56 0 40 116 22 43 100 62
Binary 11010000 10001101 101110 0 100000 1001110 10010 100011 1000000 110010

Color Harmonies of #D08D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D2E

Black with #D08D2E

Text Example


Text Example

White with #D08D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D2E; }

 p { color: rgb(208,141,46); }

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

background-color css

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

 a { background-color: rgb(208,141,46); }

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

border-color css

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

 span { border-color: rgb(208,141,46); }

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