Html Css Color HEX #D39B34 Fuel Yellow

📋 copy color: '#D39B34'

red 211 ◦ green 155 ◦ blue 52

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

Shades of Fuel Yellow #D39B34

Tints of Fuel Yellow #D39B34

RGB

 RED value IS 211 (82.81% from 255) = 50.48%

 GREEN value IS 155 (60.94% from 255) = 37.08%

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

R = 50.48%
G = 37.08%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D39B34 (or 0xD39B34) is known color: Fuel Yellow. HEX triplet: D3, 9B and 34. RGB value is (211,155,52). Sum of RGB (Red+Green+Blue) = 211+155+52=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D39B34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39B34 is #2C64CB. Grayscale: #A0A0A0. Windows color (decimal): -2909388 or 3447763. OLE color: 3447763.

HSL color Cylindrical-coordinate representation of color #D39B34: hue angle of 38.87º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D39B34 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 155 52 -
CMYK 0 0.27 0.75 0.17
HSL 38.87º 0.64% 0.52% -
HSV(B) 38.87º 0.75% 0.83% -
XYZ 39.21 37.54 8.43 -
YUV 160 67.05 164.38 -
System Red Green Blue C M Y K H S L
Decimal 211 155 52 0 0.27 0.75 0.17 38.87 0.64 0.52
Hex D3 9B 34 0 1B 4B 11 27 40 34
Octal 323 233 64 0 33 113 21 47 100 64
Binary 11010011 10011011 110100 0 11011 1001011 10001 100111 1000000 110100

Color Harmonies of #D39B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39B34

Black with #D39B34

Text Example


Text Example

White with #D39B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39B34; }

 p { color: rgb(211,155,52); }

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

background-color css

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

 a { background-color: rgb(211,155,52); }

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

border-color css

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

 span { border-color: rgb(211,155,52); }

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