Html Css Color HEX #D08F3C Fuel Yellow

📋 copy color: '#D08F3C'

red 208 ◦ green 143 ◦ blue 60

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

Shades of Fuel Yellow #D08F3C

Tints of Fuel Yellow #D08F3C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.79%

 BLUE value IS 60 (23.83% from 255) = 14.6%

R = 50.61%
G = 34.79%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D08F3C (or 0xD08F3C) is known color: Fuel Yellow. HEX triplet: D0, 8F and 3C. RGB value is (208,143,60). Sum of RGB (Red+Green+Blue) = 208+143+60=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08F3C is #2F70C3. Grayscale: #999999. Windows color (decimal): -3109060 or 3968976. OLE color: 3968976.

HSL color Cylindrical-coordinate representation of color #D08F3C: hue angle of 33.65º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D08F3C is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 143 60 -
CMYK 0 0.31 0.71 0.18
HSL 33.65º 0.61% 0.53% -
HSV(B) 33.65º 0.71% 0.82% -
XYZ 36.65 33.38 8.79 -
YUV 152.97 75.53 167.25 -
System Red Green Blue C M Y K H S L
Decimal 208 143 60 0 0.31 0.71 0.18 33.65 0.61 0.53
Hex D0 8F 3C 0 1F 47 12 22 3D 35
Octal 320 217 74 0 37 107 22 42 75 65
Binary 11010000 10001111 111100 0 11111 1000111 10010 100010 111101 110101

Color Harmonies of #D08F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F3C

Black with #D08F3C

Text Example


Text Example

White with #D08F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F3C; }

 p { color: rgb(208,143,60); }

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

background-color css

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

 a { background-color: rgb(208,143,60); }

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

border-color css

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

 span { border-color: rgb(208,143,60); }

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