Html Css Color HEX #D1963C Fuel Yellow

📋 copy color: '#D1963C'

red 209 ◦ green 150 ◦ blue 60

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

Shades of Fuel Yellow #D1963C

Tints of Fuel Yellow #D1963C

RGB

 RED value IS 209 (82.03% from 255) = 49.88%

 GREEN value IS 150 (58.98% from 255) = 35.8%

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

R = 49.88%
G = 35.8%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1963C (or 0xD1963C) is known color: Fuel Yellow. HEX triplet: D1, 96 and 3C. RGB value is (209,150,60). Sum of RGB (Red+Green+Blue) = 209+150+60=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1963C is #2E69C3. Grayscale: #9D9D9D. Windows color (decimal): -3041732 or 3970769. OLE color: 3970769.

HSL color Cylindrical-coordinate representation of color #D1963C: hue angle of 36.24º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1963C is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 150 60 -
CMYK 0 0.28 0.71 0.18
HSL 36.24º 0.62% 0.53% -
HSV(B) 36.24º 0.71% 0.82% -
XYZ 38.02 35.69 9.16 -
YUV 157.38 73.05 164.82 -
System Red Green Blue C M Y K H S L
Decimal 209 150 60 0 0.28 0.71 0.18 36.24 0.62 0.53
Hex D1 96 3C 0 1C 47 12 24 3E 35
Octal 321 226 74 0 34 107 22 44 76 65
Binary 11010001 10010110 111100 0 11100 1000111 10010 100100 111110 110101

Color Harmonies of #D1963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1963C

Black with #D1963C

Text Example


Text Example

White with #D1963C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1963C; }

 p { color: rgb(209,150,60); }

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

background-color css

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

 a { background-color: rgb(209,150,60); }

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

border-color css

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

 span { border-color: rgb(209,150,60); }

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