Html Css Color HEX #D08D2F Fuel Yellow

📋 copy color: '#D08D2F'

red 208 ◦ green 141 ◦ blue 47

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

Shades of Fuel Yellow #D08D2F

Tints of Fuel Yellow #D08D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.87%

R = 52.53%
G = 35.61%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D08D2F (or 0xD08D2F) is known color: Fuel Yellow. HEX triplet: D0, 8D and 2F. RGB value is (208,141,47). Sum of RGB (Red+Green+Blue) = 208+141+47=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08D2F is #2F72D0. Grayscale: #969696. Windows color (decimal): -3109585 or 3116496. OLE color: 3116496.

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

Color convert

RGB 208 141 47 -
CMYK 0 0.32 0.77 0.18
HSL 35.03º 0.63% 0.5% -
HSV(B) 35.03º 0.77% 0.82% -
XYZ 36.05 32.66 7.09 -
YUV 150.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 208 141 47 0 0.32 0.77 0.18 35.03 0.63 0.5
Hex D0 8D 2F 0 20 4D 12 23 3F 32
Octal 320 215 57 0 40 115 22 43 77 62
Binary 11010000 10001101 101111 0 100000 1001101 10010 100011 111111 110010

Color Harmonies of #D08D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D2F

Black with #D08D2F

Text Example


Text Example

White with #D08D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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