Html Css Color HEX #D5932F Fuel Yellow

📋 copy color: '#D5932F'

red 213 ◦ green 147 ◦ blue 47

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

Shades of Fuel Yellow #D5932F

Tints of Fuel Yellow #D5932F

RGB

 RED value IS 213 (83.59% from 255) = 52.33%

 GREEN value IS 147 (57.81% from 255) = 36.12%

 BLUE value IS 47 (18.75% from 255) = 11.55%

R = 52.33%
G = 36.12%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5932F (or 0xD5932F) is known color: Fuel Yellow. HEX triplet: D5, 93 and 2F. RGB value is (213,147,47). Sum of RGB (Red+Green+Blue) = 213+147+47=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5932F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5932F is #2A6CD0. Grayscale: #9B9B9B. Windows color (decimal): -2780369 or 3118037. OLE color: 3118037.

HSL color Cylindrical-coordinate representation of color #D5932F: hue angle of 36.14º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5932F is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 147 47 -
CMYK 0 0.31 0.78 0.16
HSL 36.14º 0.66% 0.51% -
HSV(B) 36.14º 0.78% 0.84% -
XYZ 38.39 35.22 7.46 -
YUV 155.33 66.87 169.13 -
System Red Green Blue C M Y K H S L
Decimal 213 147 47 0 0.31 0.78 0.16 36.14 0.66 0.51
Hex D5 93 2F 0 1F 4E 10 24 42 33
Octal 325 223 57 0 37 116 20 44 102 63
Binary 11010101 10010011 101111 0 11111 1001110 10000 100100 1000010 110011

Color Harmonies of #D5932F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5932F

Black with #D5932F

Text Example


Text Example

White with #D5932F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5932F; }

 p { color: rgb(213,147,47); }

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

background-color css

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

 a { background-color: rgb(213,147,47); }

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

border-color css

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

 span { border-color: rgb(213,147,47); }

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