Html Css Color HEX #D4983C Fuel Yellow

📋 copy color: '#D4983C'

red 212 ◦ green 152 ◦ blue 60

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

Shades of Fuel Yellow #D4983C

Tints of Fuel Yellow #D4983C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.85%

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

R = 50%
G = 35.85%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4983C (or 0xD4983C) is known color: Fuel Yellow. HEX triplet: D4, 98 and 3C. RGB value is (212,152,60). Sum of RGB (Red+Green+Blue) = 212+152+60=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D4983C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4983C is #2B67C3. Grayscale: #9F9F9F. Windows color (decimal): -2844612 or 3971284. OLE color: 3971284.

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

Color convert

RGB 212 152 60 -
CMYK 0 0.28 0.72 0.17
HSL 36.32º 0.64% 0.53% -
HSV(B) 36.32º 0.72% 0.83% -
XYZ 39.2 36.78 9.31 -
YUV 159.45 71.88 165.48 -
System Red Green Blue C M Y K H S L
Decimal 212 152 60 0 0.28 0.72 0.17 36.32 0.64 0.53
Hex D4 98 3C 0 1C 48 11 24 40 35
Octal 324 230 74 0 34 110 21 44 100 65
Binary 11010100 10011000 111100 0 11100 1001000 10001 100100 1000000 110101

Color Harmonies of #D4983C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4983C

Black with #D4983C

Text Example


Text Example

White with #D4983C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4983C; }

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

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

background-color css

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

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

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

border-color css

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

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

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