Html Css Color HEX #D38C38 Fuel Yellow

📋 copy color: '#D38C38'

red 211 ◦ green 140 ◦ blue 56

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

Shades of Fuel Yellow #D38C38

Tints of Fuel Yellow #D38C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.76%

R = 51.84%
G = 34.4%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D38C38 (or 0xD38C38) is known color: Fuel Yellow. HEX triplet: D3, 8C and 38. RGB value is (211,140,56). Sum of RGB (Red+Green+Blue) = 211+140+56=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38C38 is #2C73C7. Grayscale: #989898. Windows color (decimal): -2913224 or 3706067. OLE color: 3706067.

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

Color convert

RGB 211 140 56 -
CMYK 0 0.34 0.73 0.17
HSL 32.52º 0.64% 0.52% -
HSV(B) 32.52º 0.73% 0.83% -
XYZ 36.96 32.89 8.14 -
YUV 151.65 74.02 170.33 -
System Red Green Blue C M Y K H S L
Decimal 211 140 56 0 0.34 0.73 0.17 32.52 0.64 0.52
Hex D3 8C 38 0 22 49 11 21 40 34
Octal 323 214 70 0 42 111 21 41 100 64
Binary 11010011 10001100 111000 0 100010 1001001 10001 100001 1000000 110100

Color Harmonies of #D38C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38C38

Black with #D38C38

Text Example


Text Example

White with #D38C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38C38; }

 p { color: rgb(211,140,56); }

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

background-color css

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

 a { background-color: rgb(211,140,56); }

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

border-color css

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

 span { border-color: rgb(211,140,56); }

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