Html Css Color HEX #D08A30 Fuel Yellow

📋 copy color: '#D08A30'

red 208 ◦ green 138 ◦ blue 48

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

Shades of Fuel Yellow #D08A30

Tints of Fuel Yellow #D08A30

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.03%

 BLUE value IS 48 (19.14% from 255) = 12.18%

R = 52.79%
G = 35.03%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D08A30 (or 0xD08A30) is known color: Fuel Yellow. HEX triplet: D0, 8A and 30. RGB value is (208,138,48). Sum of RGB (Red+Green+Blue) = 208+138+48=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A30 is #2F75CF. Grayscale: #959595. Windows color (decimal): -3110352 or 3181264. OLE color: 3181264.

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

Color convert

RGB 208 138 48 -
CMYK 0 0.34 0.77 0.18
HSL 33.75º 0.63% 0.5% -
HSV(B) 33.75º 0.77% 0.82% -
XYZ 35.63 31.8 7.06 -
YUV 148.67 71.19 170.32 -
System Red Green Blue C M Y K H S L
Decimal 208 138 48 0 0.34 0.77 0.18 33.75 0.63 0.5
Hex D0 8A 30 0 22 4D 12 22 3F 32
Octal 320 212 60 0 42 115 22 42 77 62
Binary 11010000 10001010 110000 0 100010 1001101 10010 100010 111111 110010

Color Harmonies of #D08A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A30

Black with #D08A30

Text Example


Text Example

White with #D08A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A30; }

 p { color: rgb(208,138,48); }

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

background-color css

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

 a { background-color: rgb(208,138,48); }

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

border-color css

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

 span { border-color: rgb(208,138,48); }

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