Html Css Color HEX #D38C2E Fuel Yellow

📋 copy color: '#D38C2E'

red 211 ◦ green 140 ◦ blue 46

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

Shades of Fuel Yellow #D38C2E

Tints of Fuel Yellow #D38C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.59%

R = 53.15%
G = 35.26%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D38C2E (or 0xD38C2E) is known color: Fuel Yellow. HEX triplet: D3, 8C and 2E. RGB value is (211,140,46). Sum of RGB (Red+Green+Blue) = 211+140+46=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38C2E is #2C73D1. Grayscale: #969696. Windows color (decimal): -2913234 or 3050707. OLE color: 3050707.

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

Color convert

RGB 211 140 46 -
CMYK 0 0.34 0.78 0.17
HSL 34.18º 0.65% 0.5% -
HSV(B) 34.18º 0.78% 0.83% -
XYZ 36.74 32.8 6.98 -
YUV 150.51 69.02 171.14 -
System Red Green Blue C M Y K H S L
Decimal 211 140 46 0 0.34 0.78 0.17 34.18 0.65 0.5
Hex D3 8C 2E 0 22 4E 11 22 41 32
Octal 323 214 56 0 42 116 21 42 101 62
Binary 11010011 10001100 101110 0 100010 1001110 10001 100010 1000001 110010

Color Harmonies of #D38C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38C2E

Black with #D38C2E

Text Example


Text Example

White with #D38C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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