Html Css Color HEX #D38E35 Fuel Yellow

📋 copy color: '#D38E35'

red 211 ◦ green 142 ◦ blue 53

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

Shades of Fuel Yellow #D38E35

Tints of Fuel Yellow #D38E35

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.98%

 BLUE value IS 53 (21.09% from 255) = 13.05%

R = 51.97%
G = 34.98%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D38E35 (or 0xD38E35) is known color: Fuel Yellow. HEX triplet: D3, 8E and 35. RGB value is (211,142,53). Sum of RGB (Red+Green+Blue) = 211+142+53=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D38E35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38E35 is #2C71CA. Grayscale: #989898. Windows color (decimal): -2912715 or 3509971. OLE color: 3509971.

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

Color convert

RGB 211 142 53 -
CMYK 0 0.33 0.75 0.17
HSL 33.8º 0.64% 0.52% -
HSV(B) 33.8º 0.75% 0.83% -
XYZ 37.18 33.45 7.87 -
YUV 152.49 71.86 169.74 -
System Red Green Blue C M Y K H S L
Decimal 211 142 53 0 0.33 0.75 0.17 33.8 0.64 0.52
Hex D3 8E 35 0 21 4B 11 22 40 34
Octal 323 216 65 0 41 113 21 42 100 64
Binary 11010011 10001110 110101 0 100001 1001011 10001 100010 1000000 110100

Color Harmonies of #D38E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38E35

Black with #D38E35

Text Example


Text Example

White with #D38E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38E35; }

 p { color: rgb(211,142,53); }

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

background-color css

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

 a { background-color: rgb(211,142,53); }

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

border-color css

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

 span { border-color: rgb(211,142,53); }

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