Html Css Color HEX #D38F2F Fuel Yellow

📋 copy color: '#D38F2F'

red 211 ◦ green 143 ◦ blue 47

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

Shades of Fuel Yellow #D38F2F

Tints of Fuel Yellow #D38F2F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.66%

 BLUE value IS 47 (18.75% from 255) = 11.72%

R = 52.62%
G = 35.66%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D38F2F (or 0xD38F2F) is known color: Fuel Yellow. HEX triplet: D3, 8F and 2F. RGB value is (211,143,47). Sum of RGB (Red+Green+Blue) = 211+143+47=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38F2F is #2C70D0. Grayscale: #989898. Windows color (decimal): -2912465 or 3117011. OLE color: 3117011.

HSL color Cylindrical-coordinate representation of color #D38F2F: hue angle of 35.12º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D38F2F is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 143 47 -
CMYK 0 0.32 0.78 0.17
HSL 35.12º 0.65% 0.51% -
HSV(B) 35.12º 0.78% 0.83% -
XYZ 37.2 33.7 7.23 -
YUV 152.39 68.53 169.81 -
System Red Green Blue C M Y K H S L
Decimal 211 143 47 0 0.32 0.78 0.17 35.12 0.65 0.51
Hex D3 8F 2F 0 20 4E 11 23 41 33
Octal 323 217 57 0 40 116 21 43 101 63
Binary 11010011 10001111 101111 0 100000 1001110 10001 100011 1000001 110011

Color Harmonies of #D38F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38F2F

Black with #D38F2F

Text Example


Text Example

White with #D38F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38F2F; }

 p { color: rgb(211,143,47); }

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

background-color css

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

 a { background-color: rgb(211,143,47); }

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

border-color css

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

 span { border-color: rgb(211,143,47); }

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