Html Css Color HEX #D4943C Fuel Yellow

📋 copy color: '#D4943C'

red 212 ◦ green 148 ◦ blue 60

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

Shades of Fuel Yellow #D4943C

Tints of Fuel Yellow #D4943C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.24%

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

R = 50.48%
G = 35.24%
B = 14.29%

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

#D4943C (or 0xD4943C) is known color: Fuel Yellow. HEX triplet: D4, 94 and 3C. RGB value is (212,148,60). Sum of RGB (Red+Green+Blue) = 212+148+60=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D4943C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4943C is #2B6BC3. Grayscale: #9D9D9D. Windows color (decimal): -2845636 or 3970260. OLE color: 3970260.

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

Color convert

RGB 212 148 60 -
CMYK 0 0.30 0.72 0.17
HSL 34.74º 0.64% 0.53% -
HSV(B) 34.74º 0.72% 0.83% -
XYZ 38.56 35.5 9.1 -
YUV 157.1 73.2 167.16 -
System Red Green Blue C M Y K H S L
Decimal 212 148 60 0 0.30 0.72 0.17 34.74 0.64 0.53
Hex D4 94 3C 0 1E 48 11 23 40 35
Octal 324 224 74 0 36 110 21 43 100 65
Binary 11010100 10010100 111100 0 11110 1001000 10001 100011 1000000 110101

Color Harmonies of #D4943C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4943C

Black with #D4943C

Text Example


Text Example

White with #D4943C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4943C; }

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

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

background-color css

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

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

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

border-color css

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

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

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