Html Css Color HEX #D4953C Fuel Yellow

📋 copy color: '#D4953C'

red 212 ◦ green 149 ◦ blue 60

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

Shades of Fuel Yellow #D4953C

Tints of Fuel Yellow #D4953C

RGB

 RED value IS 212 (83.2% from 255) = 50.36%

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

 BLUE value IS 60 (23.83% from 255) = 14.25%

R = 50.36%
G = 35.39%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4953C (or 0xD4953C) is known color: Fuel Yellow. HEX triplet: D4, 95 and 3C. RGB value is (212,149,60). Sum of RGB (Red+Green+Blue) = 212+149+60=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D4953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4953C is #2B6AC3. Grayscale: #9E9E9E. Windows color (decimal): -2845380 or 3970516. OLE color: 3970516.

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

Color convert

RGB 212 149 60 -
CMYK 0 0.30 0.72 0.17
HSL 35.13º 0.64% 0.53% -
HSV(B) 35.13º 0.72% 0.83% -
XYZ 38.71 35.82 9.15 -
YUV 157.69 72.87 166.74 -
System Red Green Blue C M Y K H S L
Decimal 212 149 60 0 0.30 0.72 0.17 35.13 0.64 0.53
Hex D4 95 3C 0 1E 48 11 23 40 35
Octal 324 225 74 0 36 110 21 43 100 65
Binary 11010100 10010101 111100 0 11110 1001000 10001 100011 1000000 110101

Color Harmonies of #D4953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4953C

Black with #D4953C

Text Example


Text Example

White with #D4953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4953C; }

 p { color: rgb(212,149,60); }

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

background-color css

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

 a { background-color: rgb(212,149,60); }

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

border-color css

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

 span { border-color: rgb(212,149,60); }

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