Html Css Color HEX #D08D2D Fuel Yellow

📋 copy color: '#D08D2D'

red 208 ◦ green 141 ◦ blue 45

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

Shades of Fuel Yellow #D08D2D

Tints of Fuel Yellow #D08D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.42%

R = 52.79%
G = 35.79%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D08D2D (or 0xD08D2D) is known color: Fuel Yellow. HEX triplet: D0, 8D and 2D. RGB value is (208,141,45). Sum of RGB (Red+Green+Blue) = 208+141+45=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08D2D is #2F72D2. Grayscale: #969696. Windows color (decimal): -3109587 or 2985424. OLE color: 2985424.

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

Color convert

RGB 208 141 45 -
CMYK 0 0.32 0.78 0.18
HSL 35.34º 0.64% 0.5% -
HSV(B) 35.34º 0.78% 0.82% -
XYZ 36.01 32.65 6.89 -
YUV 150.09 68.7 169.31 -
System Red Green Blue C M Y K H S L
Decimal 208 141 45 0 0.32 0.78 0.18 35.34 0.64 0.5
Hex D0 8D 2D 0 20 4E 12 23 40 32
Octal 320 215 55 0 40 116 22 43 100 62
Binary 11010000 10001101 101101 0 100000 1001110 10010 100011 1000000 110010

Color Harmonies of #D08D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D2D

Black with #D08D2D

Text Example


Text Example

White with #D08D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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