Html Css Color HEX #D08E2C Fuel Yellow

📋 copy color: '#D08E2C'

red 208 ◦ green 142 ◦ blue 44

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

Shades of Fuel Yellow #D08E2C

Tints of Fuel Yellow #D08E2C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.04%

 BLUE value IS 44 (17.58% from 255) = 11.17%

R = 52.79%
G = 36.04%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D08E2C (or 0xD08E2C) is known color: Fuel Yellow. HEX triplet: D0, 8E and 2C. RGB value is (208,142,44). Sum of RGB (Red+Green+Blue) = 208+142+44=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08E2C is #2F71D3. Grayscale: #979797. Windows color (decimal): -3109332 or 2920144. OLE color: 2920144.

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

Color convert

RGB 208 142 44 -
CMYK 0 0.32 0.79 0.18
HSL 35.85º 0.65% 0.49% -
HSV(B) 35.85º 0.79% 0.82% -
XYZ 36.14 32.94 6.84 -
YUV 150.56 67.87 168.97 -
System Red Green Blue C M Y K H S L
Decimal 208 142 44 0 0.32 0.79 0.18 35.85 0.65 0.49
Hex D0 8E 2C 0 20 4F 12 24 41 31
Octal 320 216 54 0 40 117 22 44 101 61
Binary 11010000 10001110 101100 0 100000 1001111 10010 100100 1000001 110001

Color Harmonies of #D08E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08E2C

Black with #D08E2C

Text Example


Text Example

White with #D08E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08E2C; }

 p { color: rgb(208,142,44); }

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

background-color css

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

 a { background-color: rgb(208,142,44); }

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

border-color css

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

 span { border-color: rgb(208,142,44); }

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