Html Css Color HEX #D08F34 Fuel Yellow

📋 copy color: '#D08F34'

red 208 ◦ green 143 ◦ blue 52

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

Shades of Fuel Yellow #D08F34

Tints of Fuel Yellow #D08F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.9%

R = 51.61%
G = 35.48%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D08F34 (or 0xD08F34) is known color: Fuel Yellow. HEX triplet: D0, 8F and 34. RGB value is (208,143,52). Sum of RGB (Red+Green+Blue) = 208+143+52=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08F34 is #2F70CB. Grayscale: #989898. Windows color (decimal): -3109068 or 3444688. OLE color: 3444688.

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

Color convert

RGB 208 143 52 -
CMYK 0 0.31 0.75 0.18
HSL 35º 0.62% 0.51% -
HSV(B) 35º 0.75% 0.82% -
XYZ 36.45 33.3 7.76 -
YUV 152.06 71.53 167.9 -
System Red Green Blue C M Y K H S L
Decimal 208 143 52 0 0.31 0.75 0.18 35 0.62 0.51
Hex D0 8F 34 0 1F 4B 12 23 3E 33
Octal 320 217 64 0 37 113 22 43 76 63
Binary 11010000 10001111 110100 0 11111 1001011 10010 100011 111110 110011

Color Harmonies of #D08F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F34

Black with #D08F34

Text Example


Text Example

White with #D08F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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