Html Css Color HEX #D5952F Fuel Yellow

📋 copy color: '#D5952F'

red 213 ◦ green 149 ◦ blue 47

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

Shades of Fuel Yellow #D5952F

Tints of Fuel Yellow #D5952F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.43%

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

R = 52.08%
G = 36.43%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5952F (or 0xD5952F) is known color: Fuel Yellow. HEX triplet: D5, 95 and 2F. RGB value is (213,149,47). Sum of RGB (Red+Green+Blue) = 213+149+47=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5952F is #2A6AD0. Grayscale: #9C9C9C. Windows color (decimal): -2779857 or 3118549. OLE color: 3118549.

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

Color convert

RGB 213 149 47 -
CMYK 0 0.30 0.78 0.16
HSL 36.87º 0.66% 0.51% -
HSV(B) 36.87º 0.78% 0.84% -
XYZ 38.7 35.85 7.57 -
YUV 156.51 66.2 168.29 -
System Red Green Blue C M Y K H S L
Decimal 213 149 47 0 0.30 0.78 0.16 36.87 0.66 0.51
Hex D5 95 2F 0 1E 4E 10 25 42 33
Octal 325 225 57 0 36 116 20 45 102 63
Binary 11010101 10010101 101111 0 11110 1001110 10000 100101 1000010 110011

Color Harmonies of #D5952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5952F

Black with #D5952F

Text Example


Text Example

White with #D5952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5952F; }

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

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

background-color css

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

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

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

border-color css

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

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

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