Html Css Color HEX #D08D34 Fuel Yellow

📋 copy color: '#D08D34'

red 208 ◦ green 141 ◦ blue 52

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

Shades of Fuel Yellow #D08D34

Tints of Fuel Yellow #D08D34

RGB

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

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

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

R = 51.87%
G = 35.16%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D08D34 (or 0xD08D34) is known color: Fuel Yellow. HEX triplet: D0, 8D and 34. RGB value is (208,141,52). Sum of RGB (Red+Green+Blue) = 208+141+52=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08D34 is #2F72CB. Grayscale: #979797. Windows color (decimal): -3109580 or 3444176. OLE color: 3444176.

HSL color Cylindrical-coordinate representation of color #D08D34: hue angle of 34.23º 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 #D08D34 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 141 52 -
CMYK 0 0.32 0.75 0.18
HSL 34.23º 0.62% 0.51% -
HSV(B) 34.23º 0.75% 0.82% -
XYZ 36.16 32.71 7.66 -
YUV 150.89 72.2 168.74 -
System Red Green Blue C M Y K H S L
Decimal 208 141 52 0 0.32 0.75 0.18 34.23 0.62 0.51
Hex D0 8D 34 0 20 4B 12 22 3E 33
Octal 320 215 64 0 40 113 22 42 76 63
Binary 11010000 10001101 110100 0 100000 1001011 10010 100010 111110 110011

Color Harmonies of #D08D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D34

Black with #D08D34

Text Example


Text Example

White with #D08D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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