Html Css Color HEX #D08D3A Fuel Yellow

📋 copy color: '#D08D3A'

red 208 ◦ green 141 ◦ blue 58

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

Shades of Fuel Yellow #D08D3A

Tints of Fuel Yellow #D08D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.25%

R = 51.11%
G = 34.64%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D08D3A (or 0xD08D3A) is known color: Fuel Yellow. HEX triplet: D0, 8D and 3A. RGB value is (208,141,58). Sum of RGB (Red+Green+Blue) = 208+141+58=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08D3A is #2F72C5. Grayscale: #979797. Windows color (decimal): -3109574 or 3837392. OLE color: 3837392.

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

Color convert

RGB 208 141 58 -
CMYK 0 0.32 0.72 0.18
HSL 33.2º 0.61% 0.52% -
HSV(B) 33.2º 0.72% 0.82% -
XYZ 36.3 32.77 8.41 -
YUV 151.57 75.2 168.25 -
System Red Green Blue C M Y K H S L
Decimal 208 141 58 0 0.32 0.72 0.18 33.2 0.61 0.52
Hex D0 8D 3A 0 20 48 12 21 3D 34
Octal 320 215 72 0 40 110 22 41 75 64
Binary 11010000 10001101 111010 0 100000 1001000 10010 100001 111101 110100

Color Harmonies of #D08D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D3A

Black with #D08D3A

Text Example


Text Example

White with #D08D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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