Html Css Color HEX #D08C39 Fuel Yellow

📋 copy color: '#D08C39'

red 208 ◦ green 140 ◦ blue 57

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

Shades of Fuel Yellow #D08C39

Tints of Fuel Yellow #D08C39

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.57%

 BLUE value IS 57 (22.66% from 255) = 14.07%

R = 51.36%
G = 34.57%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D08C39 (or 0xD08C39) is known color: Fuel Yellow. HEX triplet: D0, 8C and 39. RGB value is (208,140,57). Sum of RGB (Red+Green+Blue) = 208+140+57=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 57 (22.66% from 255 or 14.07% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08C39 is #2F73C6. Grayscale: #979797. Windows color (decimal): -3109831 or 3771600. OLE color: 3771600.

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

Color convert

RGB 208 140 57 -
CMYK 0 0.33 0.73 0.18
HSL 32.98º 0.62% 0.52% -
HSV(B) 32.98º 0.73% 0.82% -
XYZ 36.13 32.46 8.23 -
YUV 150.87 75.03 168.75 -
System Red Green Blue C M Y K H S L
Decimal 208 140 57 0 0.33 0.73 0.18 32.98 0.62 0.52
Hex D0 8C 39 0 21 49 12 21 3E 34
Octal 320 214 71 0 41 111 22 41 76 64
Binary 11010000 10001100 111001 0 100001 1001001 10010 100001 111110 110100

Color Harmonies of #D08C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C39

Black with #D08C39

Text Example


Text Example

White with #D08C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C39; }

 p { color: rgb(208,140,57); }

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

background-color css

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

 a { background-color: rgb(208,140,57); }

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

border-color css

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

 span { border-color: rgb(208,140,57); }

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