Html Css Color HEX #D38A2E Fuel Yellow

📋 copy color: '#D38A2E'

red 211 ◦ green 138 ◦ blue 46

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

Shades of Fuel Yellow #D38A2E

Tints of Fuel Yellow #D38A2E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.94%

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

R = 53.42%
G = 34.94%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D38A2E (or 0xD38A2E) is known color: Fuel Yellow. HEX triplet: D3, 8A and 2E. RGB value is (211,138,46). Sum of RGB (Red+Green+Blue) = 211+138+46=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38A2E is #2C75D1. Grayscale: #959595. Windows color (decimal): -2913746 or 3050195. OLE color: 3050195.

HSL color Cylindrical-coordinate representation of color #D38A2E: hue angle of 33.45º 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 #D38A2E is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 138 46 -
CMYK 0 0.35 0.78 0.17
HSL 33.45º 0.65% 0.5% -
HSV(B) 33.45º 0.78% 0.83% -
XYZ 36.45 32.22 6.88 -
YUV 149.34 69.68 171.98 -
System Red Green Blue C M Y K H S L
Decimal 211 138 46 0 0.35 0.78 0.17 33.45 0.65 0.5
Hex D3 8A 2E 0 23 4E 11 21 41 32
Octal 323 212 56 0 43 116 21 41 101 62
Binary 11010011 10001010 101110 0 100011 1001110 10001 100001 1000001 110010

Color Harmonies of #D38A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38A2E

Black with #D38A2E

Text Example


Text Example

White with #D38A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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