Html Css Color HEX #D38F3D Fuel Yellow

📋 copy color: '#D38F3D'

red 211 ◦ green 143 ◦ blue 61

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

Shades of Fuel Yellow #D38F3D

Tints of Fuel Yellow #D38F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.7%

R = 50.84%
G = 34.46%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D38F3D (or 0xD38F3D) is known color: Fuel Yellow. HEX triplet: D3, 8F and 3D. RGB value is (211,143,61). Sum of RGB (Red+Green+Blue) = 211+143+61=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38F3D is #2C70C2. Grayscale: #9A9A9A. Windows color (decimal): -2912451 or 4034515. OLE color: 4034515.

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

Color convert

RGB 211 143 61 -
CMYK 0 0.32 0.71 0.17
HSL 32.8º 0.63% 0.53% -
HSV(B) 32.8º 0.71% 0.83% -
XYZ 37.53 33.83 8.97 -
YUV 153.98 75.53 168.67 -
System Red Green Blue C M Y K H S L
Decimal 211 143 61 0 0.32 0.71 0.17 32.8 0.63 0.53
Hex D3 8F 3D 0 20 47 11 21 3F 35
Octal 323 217 75 0 40 107 21 41 77 65
Binary 11010011 10001111 111101 0 100000 1000111 10001 100001 111111 110101

Color Harmonies of #D38F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38F3D

Black with #D38F3D

Text Example


Text Example

White with #D38F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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